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

Mark Kettenis kettenis@phys.uva.nl
Fri Oct 9 13:10:00 GMT 1998


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'.  */



More information about the Libc-hacker mailing list