1
Fork 0
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:
Andreas Kling 2020-08-11 18:57:18 +02:00
parent 3a13c749cd
commit 797904bafd

View file

@ -41,6 +41,7 @@ struct timeval;
struct timespec;
struct sockaddr;
struct siginfo;
struct stat;
typedef u32 socklen_t;
}