From 027acb511e2421111dd469dc6372a506c2e61ec0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Oct 1998 14:04:57 +0000 Subject: [PATCH] Update. 1998-10-09 Mark Kettenis * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove, it is already defined in . --- ChangeLog | 5 +++++ sysdeps/mach/hurd/bits/posix_opt.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17478e1795..cdc16ba475 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-09 Mark Kettenis + + * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove, + it is already defined in . + 1998-10-09 Ulrich Drepper * 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'. */ -- 2.11.4.GIT