diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/siglist.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/siglist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/siglist.h b/sysdeps/unix/sysv/linux/siglist.h index c2bf2331d7..63c716cfcb 100644 --- a/sysdeps/unix/sysv/linux/siglist.h +++ b/sysdeps/unix/sysv/linux/siglist.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998 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 @@ -63,3 +63,5 @@ #elif defined(SIGPWR) init_sig (SIGPWR, "PWR", N_("Power failure")) #endif + +#define OLD_SIGLIST_SIZE_STR "32" |