summaryrefslogtreecommitdiff
path: root/io/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'io/fcntl.h')
-rw-r--r--io/fcntl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/io/fcntl.h b/io/fcntl.h
index 7d24c22c42..26d42f315c 100644
--- a/io/fcntl.h
+++ b/io/fcntl.h
@@ -43,16 +43,6 @@ __BEGIN_DECLS
#endif
#endif /* Use misc. */
-/* Define some more compatibility macros to be backward compatible with
- BSD systems which did not managed to hide these kernel macros. */
-#ifdef __USE_BSD
-#define FAPPEND O_APPEND
-#define FASYNC O_ASYNC
-#define FFSYNC O_FSYNC
-#define FNONBLOCK O_NONBLOCK
-#define FNDELAY O_NDELAY
-#endif /* Use BSD. */
-
/* Do the file control operation described by CMD on FD.
The remaining arguments are interpreted depending on CMD. */
extern int __fcntl __P ((int __fd, int __cmd, ...));