1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* 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

@ -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 */