[Glibc-bsd-commits] r4222 - trunk/glibc-ports/kfreebsd/bits
Robert Millan
rmh at alioth.debian.org
Sat Apr 21 14:47:30 UTC 2012
Author: rmh
Date: 2012-04-21 14:47:30 +0000 (Sat, 21 Apr 2012)
New Revision: 4222
Modified:
trunk/glibc-ports/kfreebsd/bits/fcntl.h
Log:
Revert definition of O_CLOEXEC, see #635192
Modified: trunk/glibc-ports/kfreebsd/bits/fcntl.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/fcntl.h 2012-04-21 13:46:07 UTC (rev 4221)
+++ trunk/glibc-ports/kfreebsd/bits/fcntl.h 2012-04-21 14:47:30 UTC (rev 4222)
@@ -67,7 +67,8 @@
#if _POSIX_C_SOURCE >= 200809L
#define O_TTY_INIT 0x00080000 /* Restore default termios attributes */
-#define O_CLOEXEC 0x00100000
+/* Defining O_CLOEXEC would break kfreebsd 8.1, see #635192 */
+/* #define O_CLOEXEC 0x00100000 */
#endif
/* Since 'off_t' is 64-bit, O_LARGEFILE is a no-op. */
More information about the Glibc-bsd-commits
mailing list