summaryrefslogtreecommitdiff
path: root/src/signal/_signal.h
blob: d699834c0591823e7ac815b47a577c83cdcefc43 (plain)
1
2
3
4
5
6
7
8
#ifndef SIGNAL__SIGNAL_H
#define SIGNAL__SIGNAL_H

extern struct __signal {
	int current;
} __signal;

#endif