Skip to content

Commit

Permalink
[BZ #877]
Browse files Browse the repository at this point in the history
2005-04-27  Roland McGrath  <roland@redhat.com>
	[BZ #877]
	* posix/unistd.h: Remove __nonnull from acct decl.
  • Loading branch information
Roland McGrath committed Apr 27, 2005
1 parent dea9968 commit fb1887c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix/unistd.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 1991-2003, 2004, 2005 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
@@ -840,7 +840,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'. */

0 comments on commit fb1887c

Please sign in to comment.