Patches to improve Hurd parts: kernel-features.h
Thomas Schwinge
tschwinge@gnu.org
Wed Dec 17 17:17:00 GMT 2008
Advertize these changes:
2008-12-17 Thomas Schwinge <tschwinge@gnu.org>
* sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4)
(__ASSUME_SOCK_CLOEXEC, __ASSUME_PIPE2): Define.
diff --git a/sysdeps/mach/hurd/kernel-features.h b/sysdeps/mach/hurd/kernel-features.h
index ad159aa..886105d 100644
--- a/sysdeps/mach/hurd/kernel-features.h
+++ b/sysdeps/mach/hurd/kernel-features.h
@@ -29,3 +29,7 @@
#ifdef O_CLOEXEC
# define __ASSUME_O_CLOEXEC 1
#endif
+
+#define __ASSUME_ACCEPT4 1
+#define __ASSUME_SOCK_CLOEXEC 1
+#define __ASSUME_PIPE2 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20081217/fb737138/attachment.sig>
More information about the Libc-alpha
mailing list