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

Stub out a bunch more functions to get closer to that sweet bash build.

This commit is contained in:
Andreas Kling 2018-11-11 10:38:33 +01:00
parent e48182d91b
commit f394e3486a
14 changed files with 114 additions and 1 deletions

View file

@ -10,4 +10,6 @@ __BEGIN_DECLS
#define F_GETFL 3
#define F_SETFL 4
int fcntl(int fd, int cmd, ...);
__END_DECLS