about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-25 06:10:50 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-25 06:10:50 +0000
commitd95f785397446b952748e029af45c7585db80e85 (patch)
tree0b1187b9bd0b1096b21c5058e6e5f70f7069e212 /bits
parentfc2083cc45e7820f9128a831746ff67f175c1b99 (diff)
downloadglibc-d95f785397446b952748e029af45c7585db80e85.tar.gz
glibc-d95f785397446b952748e029af45c7585db80e85.tar.xz
glibc-d95f785397446b952748e029af45c7585db80e85.zip
Update.
	* sysdeps/generic/bits/environments.h (_POSIX_V6_LPBIG_OFFBIG,
	_XBS5_LPBIG_OFFBIG): Define to -1.
	Fix typos.
Diffstat (limited to 'bits')
-rw-r--r--bits/environments.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/bits/environments.h b/bits/environments.h
index 7ff63ce635..003b0d311b 100644
--- a/bits/environments.h
+++ b/bits/environments.h
@@ -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 */