]> git.ipfire.org Git - thirdparty/glibc.git/commit
* sysdeps/gnu/siglist.h: File moved to ...
authorRoland McGrath <roland@gnu.org>
Sat, 19 Jun 1999 12:40:14 +0000 (12:40 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 19 Jun 1999 12:40:14 +0000 (12:40 +0000)
commita901ffa236a6170adc61e0b98f5a15f675ed9462
treea6dde15fe88b37b2bc29ce2ed1f0357c423fd596
parent79ede0e6148c6a566bc8ab3479fd4264d1ad62ba
* sysdeps/gnu/siglist.h: File moved to ...

* sysdeps/generic/siglist.h: ... here.  This file should be usable for
any platform, since it just associates the SIG* macros with text names
and descriptions. For any signal macros do not exist on every
platform, we can use #ifdef tests here and still use this single
common file for all platforms.
* sysdeps/generic/siglist.c: Rewrite using <siglist.h>.  This file
should be usable for all platforms after the binary compatibility
stuff in the current sysdeps/gnu version is no longer required.
* sysdeps/generic/Makefile: Remove rules for generating siglist.c.
* sysdeps/generic/make_siglist.c: File removed.

1999-06-16  Roland McGrath  <roland@baalperazim.frob.com>
ChangeLog
sysdeps/generic/Makefile
sysdeps/generic/make_siglist.c [deleted file]
sysdeps/generic/siglist.c
sysdeps/generic/siglist.h [moved from sysdeps/gnu/siglist.h with 89% similarity]