diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-01-04 07:58:23 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-01-04 07:58:23 +0000 |
commit | 04c414477bd220f2c842453314a6dbb928e3c9e6 (patch) | |
tree | 8052cfeac9ce6b340d133433674270ad6a293af9 /posix | |
parent | 1df14a6af0eed9687fb62130fac201f2f067a936 (diff) |
Updated to fedora-glibc-20060104T0754cvs/fedora-glibc-2_3_90-26
Diffstat (limited to 'posix')
-rw-r--r-- | posix/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/unistd.h b/posix/unistd.h index 9684126eaa..4c03c4d702 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2002,2003,2004,2005 Free Software Foundation, Inc. +/* Copyright (C) 1991-2002,2003,2004,2005,2006 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 @@ -1075,7 +1075,7 @@ extern void swab (__const void *__restrict __from, void *__restrict __to, It is also found in <stdio.h>. */ #ifdef __USE_XOPEN /* Return the name of the controlling terminal. */ -extern char *ctermid (char *__s) __THROW __nonnull ((1)); +extern char *ctermid (char *__s) __THROW; #endif |