]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Move forward declaration for struct timespec to a more appropriate
authormike <mike@FreeBSD.org>
Mon, 14 Oct 2002 14:13:37 +0000 (14:13 +0000)
committermike <mike@FreeBSD.org>
Mon, 14 Oct 2002 14:13:37 +0000 (14:13 +0000)
commit2cd396dc532ef8d1bcf23be48d8042de18c1d8d0
treeb70203d9f334525e858f865707be22ba1ef7913d
parent6fbe78af1c82574c591d8b42d1d0b684243cc3b1
o Move forward declaration for struct timespec to a more appropriate
  location.
o Don't prototype functions for which we don't have an implementation.
o Add forward declaration for struct __ucontext, previously this was
  forward declared in <sys/signal.h>.
o Add a comment about the size of NSIG.

PR: 35924
Submitted by: bde
include/signal.h