diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/mach/hurd/bits/posix_opt.h | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +1998-10-09 Mark Kettenis <kettenis@phys.uva.nl> + + * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove, + it is already defined in <bits/environments.h>. + 1998-10-09 Ulrich Drepper <drepper@cygnus.com> * posix/ptestcases.h: Fix typo. diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index 881f4064d3..09eb5c1973 100644 --- a/sysdeps/mach/hurd/bits/posix_opt.h +++ b/sysdeps/mach/hurd/bits/posix_opt.h @@ -53,8 +53,6 @@ can be disabled by using the value _POSIX_VDISABLE. */ #define _POSIX_VDISABLE ((unsigned char) -1) -#define _XBS5_ILP32_OFF32 1 - /* Different Hurd filesystems might do these differently. You must query the particular file with `pathconf' or `fpathconf'. */ |