diff options
Diffstat (limited to 'sysdeps/generic/fchflags.c')
-rw-r--r-- | sysdeps/generic/fchflags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/fchflags.c b/sysdeps/generic/fchflags.c index 77359fe..f191194 100644 --- a/sysdeps/generic/fchflags.c +++ b/sysdeps/generic/fchflags.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2004 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 @@ -22,7 +22,7 @@ /* Change the flags of the file FD refers to to FLAGS. */ -int fchflags __P ((int fd, int flags)); +int fchflags (int fd, int flags) __THROW; int fchflags (fd, flags) |