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

LibC: Implement getdtablesize()

This commit is contained in:
Jelle Raaijmakers 2022-03-29 22:47:06 +02:00 committed by Linus Groh
parent 8fee285d72
commit cf1baddb67
2 changed files with 10 additions and 0 deletions

View file

@ -118,6 +118,7 @@ int unveil(const char* path, const char* permissions);
char* getpass(const char* prompt);
int pause(void);
int chroot(const char*);
int getdtablesize(void);
enum {
_PC_NAME_MAX,