Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 17:33:52 -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:  <200210130033.g9D0XqWR072184@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2002/10/12 17:33:52 PDT

  Modified files:
    sys/sys              signal.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.34      +70 -49    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?200210130033.g9D0XqWR072184>