mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Tiny LibC things.
This commit is contained in:
parent
9e62eb4856
commit
8039a20611
11 changed files with 6 additions and 2 deletions
|
@ -45,6 +45,7 @@ off_t lseek(int fd, off_t, int whence);
|
|||
#define SIGKILL 9
|
||||
#define SIGSEGV 11
|
||||
#define SIGTERM 15
|
||||
#define SIGCHLD 17
|
||||
|
||||
#define HOST_NAME_MAX 64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue