From 4b8f94d33fbd2929bf1046c0c2df23b6110d0b8a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Apr 1998 09:57:10 +0000 Subject: Update. 1998-04-27 Andreas Schwab * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target instead of do-iconv-test. ($(objpfx)gconv-modules): Define rule only if objpfx is not empty. 1998-04-27 Andreas Schwab * string/string.h: Fix feature test. 1998-04-27 Andreas Schwab * iconvdata/iso646.c (BODY): Don't use character constants that depend on signedness of char. --- string/string.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'string/string.h') diff --git a/string/string.h b/string/string.h index 15491f8629..266a5d518e 100644 --- a/string/string.h +++ b/string/string.h @@ -216,8 +216,7 @@ extern char *strerror_r __P ((int __errnum, char *__buf, size_t __buflen)); the namespace rules does not allow this. */ extern void __bzero __P ((__ptr_t __s, size_t __n)); -#if defined __USE_BSD || (defined __USE_XOPEN_EXTENDED \ - && (_POSIX_C_SOURCE - 0) < 199506L) +#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED /* Copy N bytes of SRC to DEST (like memmove, but args reversed). */ extern void bcopy __P ((__const __ptr_t __src, __ptr_t __dest, size_t __n)); -- cgit 1.4.1