diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-01 20:48:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-01 20:48:37 +0000 |
commit | 15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8 (patch) | |
tree | 8863acbf8ab508652b871d038b76d719109b5447 /sysdeps/unix/sysv/linux/siglist.h | |
parent | c88fccbef1a9046476ba7882c6240e372d52cd03 (diff) | |
download | glibc-15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8.tar glibc-15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8.tar.gz glibc-15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8.tar.bz2 glibc-15deb6b3b4f3e1f65fe25acab1d0b4317bcb51a8.zip |
* sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
(__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
declare_symbol.
* sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
(OLD_SIGLIST_SIZE): Define.
* sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
(OLD_SIGLIST_SIZE): Define.
* sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
Diffstat (limited to 'sysdeps/unix/sysv/linux/siglist.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/siglist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/siglist.h b/sysdeps/unix/sysv/linux/siglist.h index 8af463c6bf..0e3ba53de2 100644 --- a/sysdeps/unix/sysv/linux/siglist.h +++ b/sysdeps/unix/sysv/linux/siglist.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999, 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 @@ -20,4 +20,4 @@ #include_next <siglist.h> /* Get the canonical list. */ -#define OLD_SIGLIST_SIZE_STR "32" /* For GLIBC_2.0 binary compatibility. */ +#define OLD_SIGLIST_SIZE 32 /* For GLIBC_2.0 binary compatibility. */ |