signal.h 274 B

1234567891011121314
  1. /*
  2. * signal.h - signal handling
  3. *
  4. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  5. * See the copyright notice in the ACK home directory, in the file "Copyright".
  6. */
  7. /* $Id$ */
  8. #ifndef _SIGNAL_H
  9. #define _SIGNAL_H
  10. #include <unistd.h>
  11. #endif