1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/generic/bits/environments.h (_POSIX_V6_LPBIG_OFFBIG,
	_XBS5_LPBIG_OFFBIG): Define to -1.
	Fix typos.
This commit is contained in:
Ulrich Drepper
2001-04-25 06:10:50 +00:00
parent fc2083cc45
commit d95f785397
3 changed files with 11 additions and 5 deletions

View File

@ -45,12 +45,14 @@
# define _POSIX_V6_ILP32_OFFBIG -1
# define _XBS5_ILP32_OFF32 -1
# define _XBS5_ILP32_OFFBIG -1
/* We also have no use (for now) for an environment with bigger pointers
and offsets. */
# define _POSIX_V6_LPBIG_OFFBIG -1
# define _XBS5_LPBIG_OFFBIG -1
/* By default we have 64-bit wide `long int', pointers and `off_t'. */
# define _POSIX_V6_LP64_OFF64 1
# define _POSIX_V6_LPBIG_OFFBIG 1
# define _XBS5_LP64_OFF64 1
# define _XBS5_LPBIG_OFFBIG 1
#else /* __WORDSIZE == 32 */