1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* 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.
This commit is contained in:
Roland McGrath
2002-11-01 20:48:37 +00:00
parent c88fccbef1
commit 15deb6b3b4
5 changed files with 20 additions and 93 deletions

View File

@ -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. */