Update for version 9.3.5-P2

This commit is contained in:
dougb 2008-09-01 22:56:37 +00:00
parent 87bd9b01ab
commit 55bd99e382
2 changed files with 9 additions and 5 deletions

View File

@ -14,8 +14,8 @@
/* #undef POSIX_GETPWNAM_R */
/* #undef POSIX_GETGRGID_R */
/* #undef POSIX_GETGRNAM_R */
#define HAVE_MEMMOVE
#define HAVE_MEMCHR
#define HAVE_MEMMOVE 1
#define HAVE_MEMCHR 1
/* #undef NEED_SETGROUPENT */
/* #undef NEED_GETGROUPLIST */

View File

@ -269,9 +269,13 @@ int sigwait(const unsigned int *set, int *sig);
non-blocking. */
/* #undef USE_FIONBIO_IOCTL */
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
#if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
#elif ! defined __LITTLE_ENDIAN__
/* # undef WORDS_BIGENDIAN */
#endif
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */