]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-04-27 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 27 Apr 2005 09:50:09 +0000 (09:50 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 27 Apr 2005 09:50:09 +0000 (09:50 +0000)
[BZ #877]
* posix/unistd.h: Remove __nonnull from acct decl.

posix/unistd.h

index aa568dc93a9aa1cc4a2841c5e5df03062f92f90d..3b9e346f48ff4963a9b3c713e8dfc5037ded8747 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2002,2003,2004,2005 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
@@ -834,7 +834,7 @@ extern int profil (unsigned short int *__sample_buffer, size_t __size,
 /* Turn accounting on if NAME is an existing file.  The system will then write
    a record for each process as it terminates, to this file.  If NAME is NULL,
    turn accounting off.  This call is restricted to the super-user.  */
-extern int acct (__const char *__name) __THROW __nonnull ((1));
+extern int acct (__const char *__name) __THROW;
 
 
 /* Successive calls return the shells listed in `/etc/shells'.  */