mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Kernel: Forward declare struct stat in the syscall API header
This commit is contained in:
parent
3a13c749cd
commit
797904bafd
Notes:
sideshowbarker
2024-07-19 03:53:29 +09:00
Author: https://github.com/awesomekling
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