From 390500b147a8063ea4be7313ec38cada26f9235a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Apr 1999 21:56:46 +0000 Subject: Update. 1999-04-28 Ulrich Drepper * manager.c (pthread_allocate_stack): Optimize initialization of new thread descriptor. --- intl/finddomain.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'intl/finddomain.c') diff --git a/intl/finddomain.c b/intl/finddomain.c index 7734fbf24f..a3083b10e2 100644 --- a/intl/finddomain.c +++ b/intl/finddomain.c @@ -47,11 +47,6 @@ void free (); # define memcpy(Dst, Src, Num) bcopy (Src, Dst, Num) # endif #endif -#if !HAVE_STRCHR && !defined _LIBC -# ifndef strchr -# define strchr index -# endif -#endif #if defined HAVE_UNISTD_H || defined _LIBC # include -- cgit v1.2.3