]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Fix a silly requirement for <machine/signal.h> to be included in the
authorMike Barcroft <mike@FreeBSD.org>
Sun, 13 Oct 2002 00:33:52 +0000 (00:33 +0000)
committerMike Barcroft <mike@FreeBSD.org>
Sun, 13 Oct 2002 00:33:52 +0000 (00:33 +0000)
commit1b5ce81c74612b44d02dfe1221e0024941b6e5a5
treef5db64750995ac9174d55d25bde4c237a29b202c
parent7a77412855eb55686874d5292f1fc2aca272509a
o Fix a silly requirement for <machine/signal.h> to be included in the
  middle of this header.
o Remove unneeded conditionals to hide SIG* in the POSIX case.
  (C allows implementations to define additional SIG* constants.)
o Add comments about missing features.
o Move the location of the sigset_t typedef.
o Update standards visibility conditionals.
o Fix some assumptions about what pid_t and uid_t are defined as.
o Remove size_t typedef and use __size_t in struct sigaltstack
  instead.
sys/sys/signal.h