Date: Mon, 14 Oct 2002 07:12:17 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys signal.h Message-ID: <200210141412.g9EECHTp003405@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/10/14 07:12:17 PDT Modified files: sys/sys signal.h Log: 1) Although C99 allows implementations to define additional SIG* constants in scope, C90 does not; so, add namespace visibility conditionals to SIG*. 2) Define the extended __sighandler_t type only in BSD namespace. 3) Don't forward declare a struct for a prototype in <signal.h>. 4) Move location of SIG_* constants. 5) Move a forward declare into the correct namespace conditional. Requested by: bde (1) Submitted by: bde (2 thru 5) Revision Changes Path 1.35 +40 -18 src/sys/sys/signal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210141412.g9EECHTp003405>