mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:07:36 +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 timespec;
|
||||||
struct sockaddr;
|
struct sockaddr;
|
||||||
struct siginfo;
|
struct siginfo;
|
||||||
|
struct stat;
|
||||||
typedef u32 socklen_t;
|
typedef u32 socklen_t;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue