about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/kernel-features.h
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2012-05-10 12:53:02 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:22 -0700
commiteb43375f0f7640a32fd6c67b94291419acb872d8 (patch)
tree75a8f75ddd068870b245681466e908c8ec08e02a /sysdeps/mach/hurd/kernel-features.h
parentbcf5524012216fee3a7668a3b43aad3243a083b0 (diff)
downloadglibc-eb43375f0f7640a32fd6c67b94291419acb872d8.tar.gz
glibc-eb43375f0f7640a32fd6c67b94291419acb872d8.tar.xz
glibc-eb43375f0f7640a32fd6c67b94291419acb872d8.zip
Hurd: accept4
Diffstat (limited to 'sysdeps/mach/hurd/kernel-features.h')
-rw-r--r--sysdeps/mach/hurd/kernel-features.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/kernel-features.h b/sysdeps/mach/hurd/kernel-features.h
index 07caf31f21..a0ffcbe8eb 100644
--- a/sysdeps/mach/hurd/kernel-features.h
+++ b/sysdeps/mach/hurd/kernel-features.h
@@ -1,5 +1,5 @@
 /* Set flags signalling availability of certain operating system features.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -28,3 +28,5 @@
 #ifdef O_CLOEXEC
 # define __ASSUME_O_CLOEXEC	1
 #endif
+
+#define __ASSUME_ACCEPT4	1