This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix for sysdeps/mach/hurd/bits/posix_opt.h


Hi,

For the Hurd, `_XBS5_ILP32_OFF32' is defined in two places.  This patch
removes it from `sysdeps/mach/hurd/bits/posix_opt.h'.

Mark


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>.


Index: sysdeps/mach/hurd/bits/posix_opt.h
--- 0.20/sysdeps/mach/hurd/bits/posix_opt.h Fri, 09 Oct 1998 22:03:54 +0200 kettenis (libc/b/31_posix_opt. 1.1 666)
+++ Local.16(w)/sysdeps/mach/hurd/bits/posix_opt.h Fri, 09 Oct 1998 21:57:30 +0200 kettenis ()
@@ -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'.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]