From: Roland McGrath Date: Fri, 10 Aug 2007 22:51:01 +0000 (+0000) Subject: * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY): X-Git-Tag: cvs/fedora-glibc-20070814T0643~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22532966df95f86f0159c6317d0109b3246023a3;p=thirdparty%2Fglibc.git * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY): New macros. (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those. Reported by Samuel Thibault . * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if --- diff --git a/ChangeLog b/ChangeLog index 736b7b810d6..6595905c1a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +2007-08-10 Roland McGrath + + * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY): + New macros. + (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those. + Reported by Samuel Thibault . + 2007-08-10 Ulrich Drepper - * 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