1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:27:35 +00:00

Tiny LibC things.

This commit is contained in:
Andreas Kling 2018-11-05 14:50:41 +01:00
parent 9e62eb4856
commit 8039a20611
11 changed files with 6 additions and 2 deletions

View file

@ -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