From 70b2845f71c1fb6bd5ec3ef325974b6a90cdb45c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Aug 1999 18:44:33 +0000 Subject: Update. 1999-08-18 Ulrich Drepper * ctype/ctype.h: Avoid useless #endif #if pairs. * dirent/dirent.h: Define ino_t and ino64_t if not done already. (seekdir): Fix type of second parameter. * sysdeps/generic/seekdir.c: Likewise. * sysdeps/mach/hurd/seekdir.c: Likewise. * sysdeps/unix/seekdir.c: Likewise. * dlfcn/dlfcn.h: Define RTLD_NEXT and RTLD_DEFAULT only if __USE_GNU. --- ctype/ctype.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ctype') diff --git a/ctype/ctype.h b/ctype/ctype.h index a0d8401..6ea0af0 100644 --- a/ctype/ctype.h +++ b/ctype/ctype.h @@ -122,14 +122,11 @@ extern int isascii __P ((int __c)); (i.e., the low-order 7 bits of C). */ extern int toascii __P ((int __c)); -#endif /* Use SVID or use misc. */ - -#if defined __USE_SVID || defined __USE_MISC || defined __USE_XOPEN /* These are the same as `toupper' and `tolower' except that they do not check the argument for being in the range of a `char'. */ __exctype (_toupper); __exctype (_tolower); -#endif +#endif /* Use SVID or use misc. */ #ifndef __NO_CTYPE # define isalnum(c) __isctype((c), _ISalnum) -- cgit v1.1