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 | |
parent | 2320270c2e6215ebd6a5622071e97ff006854ff6 (diff) | |
download | glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.tar glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.tar.gz glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.tar.bz2 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.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | hurd/getdport.c | 3 | ||||
-rw-r--r-- | sysdeps/mach/hurd/i386/tls.h | 2 | ||||
-rw-r--r-- | sysdeps/mach/hurd/sigaction.c | 4 | ||||
-rw-r--r-- | sysdeps/mach/hurd/sigsuspend.c | 4 | ||||
-rw-r--r-- | sysdeps/mach/hurd/tls.h | 2 | ||||
-rw-r--r-- | sysdeps/mach/i386/sysdep.h | 4 |
7 files changed, 21 insertions, 8 deletions
@@ -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>. diff --git a/hurd/getdport.c b/hurd/getdport.c index 41567d5fe1..67c742ccd5 100644 --- a/hurd/getdport.c +++ b/hurd/getdport.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1991, 1992, 1994, 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991,1992,1994,1995,1997,2007 Free Software Foundation, Inc. + This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h index 84843e06a5..d98b485b96 100644 --- a/sysdeps/mach/hurd/i386/tls.h +++ b/sysdeps/mach/hurd/i386/tls.h @@ -1,5 +1,5 @@ /* Definitions for thread-local data handling. Hurd/i386 version. - Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/mach/hurd/sigaction.c b/sysdeps/mach/hurd/sigaction.c index 1ff94f61f4..fe452e8283 100644 --- a/sysdeps/mach/hurd/sigaction.c +++ b/sysdeps/mach/hurd/sigaction.c @@ -1,4 +1,6 @@ -/* Copyright (C) 1991,92,93,94,95,96,97,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2002, 2007 + Free Software Foundation, Inc. + This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/mach/hurd/sigsuspend.c b/sysdeps/mach/hurd/sigsuspend.c index 75390f7cfa..7e32472ce3 100644 --- a/sysdeps/mach/hurd/sigsuspend.c +++ b/sysdeps/mach/hurd/sigsuspend.c @@ -1,4 +1,6 @@ -/* Copyright (C) 1991,92,93,94,95,96,97,98,2002 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2002, 2007 + Free Software Foundation, Inc. + This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/mach/hurd/tls.h b/sysdeps/mach/hurd/tls.h index 8159ed986c..8ad3f1a28b 100644 --- a/sysdeps/mach/hurd/tls.h +++ b/sysdeps/mach/hurd/tls.h @@ -1,5 +1,5 @@ /* Definitions for thread-local data handling. Hurd version. - Copyright (C) 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/mach/i386/sysdep.h b/sysdeps/mach/i386/sysdep.h index 9da46dbbdc..4fc5d50f3d 100644 --- a/sysdeps/mach/i386/sysdep.h +++ b/sysdeps/mach/i386/sysdep.h @@ -1,4 +1,6 @@ -/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2007 + Free Software Foundation, Inc. + This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |