about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-07 14:10:37 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-07 14:10:37 -0700
commit707a53b60035e4d28ceff79d114cf18ed31dfbc5 (patch)
tree4c46845cff905d04916bf13743f6734a41caf2af /ChangeLog
parentf0bd3e25fb73f0fe6574282ec84610b0521f4ac1 (diff)
downloadglibc-707a53b60035e4d28ceff79d114cf18ed31dfbc5.tar.gz
glibc-707a53b60035e4d28ceff79d114cf18ed31dfbc5.tar.xz
glibc-707a53b60035e4d28ceff79d114cf18ed31dfbc5.zip
Update bsd4.4/bits/fcntl.h to match modern NetBSD bits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e7a85a73d..5468f1e0bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 2012-08-07  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
+	not 0.
+	(O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
+	[__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
+	(FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
+	(struct flock): Move l_start, l_len to the beginning.
+	Use __pid_t for l_pid.
+	[__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
+	[__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
+	[__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
+	(F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
+	[__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
+	[__USE_LARGEFILE64] (struct flock64): New type.
+	(F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
+
 	* sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
 	* bits/dirent.h: ... here.