mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
* 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.
This commit is contained in:
parent
2320270c2e
commit
3dadfa7e0c
10
ChangeLog
10
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>.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user