mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
Kernel: Remove sys$getdtablesize()
I'm not sure why this was a syscall. If we need this we can add it in LibC as a wrapper around sysconf(_SC_OPEN_MAX).
This commit is contained in:
parent
426c4e387d
commit
2dc051c866
5 changed files with 0 additions and 15 deletions
|
@ -113,7 +113,6 @@ int link(const char* oldpath, const char* newpath);
|
|||
int unlink(const char* pathname);
|
||||
int symlink(const char* target, const char* linkpath);
|
||||
int rmdir(const char* pathname);
|
||||
int getdtablesize();
|
||||
int dup(int old_fd);
|
||||
int dup2(int old_fd, int new_fd);
|
||||
int pipe(int pipefd[2]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue