added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / compiler / clib / include / sys / signal.h
blobd749e39152ea02c209d53c9159ff2f4e6d852991
1 #ifndef _SYS_SIGNAL_H_
2 /*
3 Copyright © 1995-2002, The AROS Development Team.
4 $Id$
6 <sys/signal.h>:
7 This file doesn't contain much at the moment, it is just there
8 so that programs that require it can get at it.
9 */
12 There are probably some programs that expect things out of our <signal.h>
13 to be defined in <sys/signal.h>
15 #include <signal.h>
17 #endif /* _SYS_SIGNAL_H_ */