diff options
author | Roland McGrath <roland@gnu.org> | 2007-07-23 00:38:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-07-23 00:38:55 +0000 |
commit | 3dadfa7e0ce990b12e7db0e951778b316ea25011 (patch) | |
tree | e9f3a325924d5774dda1cdb016e6aa69e7641fe4 /ChangeLog | |
parent | 2320270c2e6215ebd6a5622071e97ff006854ff6 (diff) | |
download | glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.tar.gz glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.tar.xz glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.zip |
[BZ #3665, BZ #4126, BZ #4178, BZ #4610]
* hurd/getdport.c: Add missing copyright year update. [BZ #3665] [BZ #4610] [BZ #4178] [BZ #4126] * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias to __sigsuspend.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 3c19f8e58c..72130ec533 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-07-22 Roland McGrath <roland@frob.com> + * hurd/getdport.c: Add missing copyright year update. + * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro. * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC. @@ -17,15 +19,19 @@ 2007-07-21 Samuel Thibault <samuel.thibault@ens-lyon.org> + [BZ #3665] * manual/errno.texi: Change ECANCELED value to 119. + [BZ #4610] * mach/lock-intern.h: Include <sys/cdefs.h>. + [BZ #4178] * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before reading A. - * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias - to __sigsuspend. + [BZ #4126] + * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias + to __sigsuspend. * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>. |