Basic signal support

This commit is contained in:
jD91mZM2
2018-07-22 17:01:40 +02:00
parent 7b8e7feb3d
commit ecd8aca6d6
16 changed files with 222 additions and 37 deletions
+2 -2
View File
@@ -25,9 +25,9 @@ typedef long ssize_t;
typedef long time_t;
typedef int useconds_t;
typedef unsigned int useconds_t;
typedef long suseconds_t;
typedef int suseconds_t;
typedef long clock_t;