* sysdeps/generic/bits/environments.h: Fix typos.
This commit is contained in:
Ulrich Drepper 2001-04-25 01:31:54 +00:00
parent 280f4add8a
commit fc2083cc45
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2001-04-24 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/bits/environments.h: Fix typos.
* sysdeps/generic/bits/confname.h: Add _CS_V6_WIDTH_RESTRICTED_ENVS.
* posix/confstr.c: Handle _CS_V6_WIDTH_RESTRICTED_ENVS.
* posix/getconf.c: Handle _POSIX_V6_WIDTH_RESTRICTED_ENVS.

View File

@ -47,9 +47,9 @@
# define _XBS5_ILP32_OFFBIG -1
/* By default we have 64-bit wide `long int', pointers and `off_t'. */
# define _POSIX_V6_LP64_OFF32 1
# define _POSIX_V6_LP64_OFF64 1
# define _POSIX_V6_LPBIG_OFFBIG 1
# define _XBS5_LP64_OFF32 1
# define _XBS5_LP64_OFF64 1
# define _XBS5_LPBIG_OFFBIG 1
#else /* __WORDSIZE == 32 */

View File

@ -47,9 +47,9 @@
# define _XBS5_ILP32_OFFBIG -1
/* By default we have 64-bit wide `long int', pointers and `off_t'. */
# define _POSIX_V6_LP64_OFF32 1
# define _POSIX_V6_LP64_OFF64 1
# define _POSIX_V6_LPBIG_OFFBIG 1
# define _XBS5_LP64_OFF32 1
# define _XBS5_LP64_OFF64 1
# define _XBS5_LPBIG_OFFBIG 1
#else /* __WORDSIZE == 32 */