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
commit 797904bafd
Notes: sideshowbarker 2024-07-19 03:53:29 +09:00

View file

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