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 /hurd | |
parent | 2320270c2e6215ebd6a5622071e97ff006854ff6 (diff) | |
download | glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.zip glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.tar.gz glibc-3dadfa7e0ce990b12e7db0e951778b316ea25011.tar.bz2 |
[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 'hurd')
-rw-r--r-- | hurd/getdport.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/getdport.c b/hurd/getdport.c index 41567d5..67c742c 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 |