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 generic/Makefile generic/siglist. ...


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

Modified files:
	sysdeps/generic: Makefile siglist.c 
Added files:
	sysdeps/generic: siglist.h 
Removed files:
	sysdeps/generic: make_siglist.c 
	sysdeps/gnu    : 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.


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