mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
Use Unix::stat for sys$lstat().
This commit is contained in:
parent
509e5f9952
commit
3db8d7ae1a
Notes:
sideshowbarker
2024-07-19 18:37:52 +09:00
Author: https://github.com/awesomekling
Commit: 3db8d7ae1a
5 changed files with 9 additions and 22 deletions
|
@ -89,7 +89,7 @@ public:
|
|||
int sys$open(const char* path, size_t pathLength);
|
||||
int sys$close(int fd);
|
||||
int sys$read(int fd, void* outbuf, size_t nread);
|
||||
int sys$lstat(const char*, void* statbuf);
|
||||
int sys$lstat(const char*, Unix::stat*);
|
||||
int sys$seek(int fd, int offset);
|
||||
int sys$kill(pid_t pid, int sig);
|
||||
int sys$geterror() { return m_error; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue