diff options
Diffstat (limited to 'sysdeps/unix/siglist.c')
-rw-r--r-- | sysdeps/unix/siglist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/siglist.c b/sysdeps/unix/siglist.c index b7e5cde5b9..821a2b0482 100644 --- a/sysdeps/unix/siglist.c +++ b/sysdeps/unix/siglist.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 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 @@ -57,5 +57,6 @@ const char *const _sys_siglist[] = N_("User defined signal 2"), NULL }; +strong_alias (_sys_siglist, _sys_siglist_internal) weak_alias (_sys_siglist, sys_siglist) |