mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
Kernel: Forward declare struct stat in the syscall API header
This commit is contained in:
parent
3a13c749cd
commit
797904bafd
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ struct timeval;
|
|||
struct timespec;
|
||||
struct sockaddr;
|
||||
struct siginfo;
|
||||
struct stat;
|
||||
typedef u32 socklen_t;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue