This is the mail archive of the glibc-cvs@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libc/sysdeps unix/sysv/linux/siglist.h mach/hu ...


CVSROOT:	/glibc/cvsfiles
Module name:	libc
Changes by:	roland@egcs.cygnus.com	99/06/19 12:43:10

Modified files:
	sysdeps/unix/sysv/linux: siglist.h 
	sysdeps/mach/hurd: siglist.h 

Log message:
	1999-06-19  Roland McGrath  <roland@baalperazim.frob.com>
	
	* 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.
	* sysdeps/mach/hurd/siglist.h: Use #include_next.
	* sysdeps/unix/sysv/linux/siglist.h: Likewise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]