about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-08-10 22:51:01 +0000
committerRoland McGrath <roland@gnu.org>2007-08-10 22:51:01 +0000
commit22532966df95f86f0159c6317d0109b3246023a3 (patch)
tree32072e466ad697c03131bdf6c5cfe4edcfb6f13a
parent60968d0d090ccda6e231a88eeb10c1e1b845f613 (diff)
downloadglibc-22532966df95f86f0159c6317d0109b3246023a3.tar.gz
glibc-22532966df95f86f0159c6317d0109b3246023a3.tar.xz
glibc-22532966df95f86f0159c6317d0109b3246023a3.zip
* sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
	New macros.
	(NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
	Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.

	* sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 736b7b810d..6595905c1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2007-08-10  Roland McGrath  <roland@frob.com>
+
+	* sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
+	New macros.
+	(NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
+	Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
+
 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
 
-	* sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC is
+	* sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
 	available.
 
 2007-08-10  Jakub Jelinek  <jakub@redhat.com>