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 /sysdeps/mach/i386 | |
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 'sysdeps/mach/i386')
-rw-r--r-- | sysdeps/mach/i386/sysdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |