mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibC: Move stat(), lstat() and fstat() to <sys/stat.h>
Dr. POSIX says that's where they belong.
This commit is contained in:
parent
9e55162e9b
commit
3a13c749cd
Notes:
sideshowbarker
2024-07-19 03:53:33 +09:00
Author: https://github.com/awesomekling
Commit: 3a13c749cd
4 changed files with 30 additions and 31 deletions
|
@ -105,9 +105,6 @@ int chdir(const char* path);
|
|||
int fchdir(int fd);
|
||||
char* getcwd(char* buffer, size_t size);
|
||||
char* getwd(char* buffer);
|
||||
int fstat(int fd, struct stat* statbuf);
|
||||
int lstat(const char* path, struct stat* statbuf);
|
||||
int stat(const char* path, struct stat* statbuf);
|
||||
int sleep(unsigned seconds);
|
||||
int usleep(useconds_t);
|
||||
int gethostname(char*, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue