From b77e6cd62103be90cd9cdd8e24372cb5324916ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 10 Dec 1998 09:47:59 +0000 Subject: Update. 1998-12-10 Ulrich Drepper * inet/getnetgrent_r.c (innetgr): Check host and domain name with strcasecmp, not strcmp. [PR libc/894]. 1998-12-08 Andreas Jaeger * posix/regex.h: Declare re_comp, re_exec if compiling for libc to get prototypes. * wctype/wctype.h: Add prototypes for __iswblank_l and iswblank. 1998-12-08 Andreas Jaeger * sysdeps/unix/sysv/linux/gethostid.c: Include to get prototype for __gethostbyname_r. * include/time.h: Add declarations of internal interfaces. * time/tzset.c: Remove declarations of internal interfaces. * time/gmtime.c: Likewise. * time/localtime.c: Likewise. * time/offtime.c: Likewise. * time/tzfile.c: Likewise. --- wctype/wctype.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'wctype') diff --git a/wctype/wctype.h b/wctype/wctype.h index 710275888a..c4f4f6ca02 100644 --- a/wctype/wctype.h +++ b/wctype/wctype.h @@ -145,6 +145,13 @@ extern int iswupper __P ((wint_t __wc)); in the previous subclause. */ extern int iswxdigit __P ((wint_t __wc)); +/* Test for any wide character that corresponds to a standard blank + wide character or a locale-specific set of wide characters for + which `iswalnum' is false. */ +# ifdef __USE_GNU +extern int iswblank __P ((wint_t __wc)); +# endif + /* * Extensible wide-character classification functions: 7.15.2.2. */ @@ -280,6 +287,10 @@ extern int __iswupper_l __P ((wint_t __wc, __locale_t __locale)); in the previous subclause. */ extern int __iswxdigit_l __P ((wint_t __wc, __locale_t __locale)); +/* Test for any wide character that corresponds to a standard blank + wide character or a locale-specific set of wide characters for + which `iswalnum' is false. */ +extern int __iswblank_l __P ((wint_t __wc, __locale_t __locale)); /* Construct value that describes a class of wide characters identified by the string argument PROPERTY. */ -- cgit v1.2.3