summaryrefslogtreecommitdiff
path: root/src/lua/signal.h
blob: ce7b5dff2e75f7d207519a21b280601f729d5b44 (plain)
1
2
3
4
5
6
#ifndef _SIGNAL_H
#define _SIGNAL_H

typedef int sig_atomic_t;

#endif