diff options
Diffstat (limited to 'signal/sigfillset.c')
-rw-r--r-- | signal/sigfillset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/signal/sigfillset.c b/signal/sigfillset.c index 3126774cdf..594770105f 100644 --- a/signal/sigfillset.c +++ b/signal/sigfillset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991,96,97,2002 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 @@ -35,3 +35,4 @@ sigfillset (set) return 0; } +libc_hidden_def (sigfillset) |