mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +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
Notes:
sideshowbarker
2024-07-19 06:36:57 +09:00
Author: https://github.com/awesomekling
Commit: 2dc051c866
5 changed files with 0 additions and 15 deletions
|
@ -229,7 +229,6 @@ public:
|
|||
int sys$ptsname_r(int fd, char*, ssize_t);
|
||||
pid_t sys$fork(RegisterState&);
|
||||
int sys$execve(const Syscall::SC_execve_params*);
|
||||
int sys$getdtablesize();
|
||||
int sys$dup(int oldfd);
|
||||
int sys$dup2(int oldfd, int newfd);
|
||||
int sys$sigaction(int signum, const sigaction* act, sigaction* old_act);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue