diff options
Diffstat (limited to 'sysdeps/generic/chflags.c')
-rw-r--r-- | sysdeps/generic/chflags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/chflags.c b/sysdeps/generic/chflags.c index e791e1caeb..b678121265 100644 --- a/sysdeps/generic/chflags.c +++ b/sysdeps/generic/chflags.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 FILE to FLAGS. */ -int chflags __P ((const char *file, int flags)); +int chflags (const char *file, int flags) __THROW; int chflags (file, flags) |