aboutsummaryrefslogtreecommitdiffstats
path: root/sdk/std/signal.h
blob: b56b48a50dfb3c828f3c45c682878abca2f8ec66 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef	__STD_SIGNAL_H__
#define	__STD_SIGNAL_H__

#ifndef	__CONFIG_H__
#include <config.h>
#endif

#include <signal.h>

#endif