summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/kernel-features.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/kernel-features.h')
-rw-r--r--sysdeps/mach/hurd/kernel-features.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/kernel-features.h b/sysdeps/mach/hurd/kernel-features.h
index 7de5c11b66..a13d6cdf11 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) 2012-2016 Free Software Foundation, Inc.
+ Copyright (C) 2012-2018 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
@@ -19,7 +19,3 @@
/* This file can define __ASSUME_* macros checked by certain source files.
Almost none of these are used outside of sysdeps/unix/sysv/linux code.
But those referring to POSIX-level features like O_* flags can be. */
-
-#define __ASSUME_O_CLOEXEC 1
-#define __ASSUME_DUP3 1
-#define __ASSUME_ACCEPT4 1