Jeremy Soller
|
e7d19e2a58
|
Move SIG_IGN and friends to C in order to define them correctly
|
2019-08-08 20:06:38 -06:00 |
|
Mateusz Mikuła
|
b599c453a0
|
Remove defines that are generated by new cbindgen from bits
|
2019-07-18 13:18:00 +02:00 |
|
jD91mZM2
|
4a42983d13
|
Make sigset_t be a long because bash needs that to compile
|
2018-07-28 17:18:53 +02:00 |
|
jD91mZM2
|
ecd8aca6d6
|
Basic signal support
|
2018-07-22 17:04:13 +02:00 |
|
Dan Robertson
|
f1d802dc1e
|
signal: sigaction struct should not be a typedef
The sigaction struct should not be a typedef, but the sigset_t struct
should be a typedef.
|
2018-03-15 01:07:44 +00:00 |
|
Dan Robertson
|
50eab4369d
|
Add signal.h
Create stubs for signal.h
|
2018-03-11 21:36:02 +00:00 |
|