1989-05-16 13:13:53 +00:00
|
|
|
/*
|
|
|
|
* signal.h - signal handling
|
|
|
|
*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1994-06-24 14:02:31 +00:00
|
|
|
/* $Id$ */
|
1989-09-29 15:46:33 +00:00
|
|
|
|
2007-04-24 19:42:24 +00:00
|
|
|
#ifndef _SIGNAL_H
|
|
|
|
#define _SIGNAL_H
|
1989-05-16 13:13:53 +00:00
|
|
|
|
2007-04-24 19:42:24 +00:00
|
|
|
#include <unistd.h>
|
1989-05-16 13:13:53 +00:00
|
|
|
|
1990-01-22 13:20:42 +00:00
|
|
|
#endif
|