mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Kernel: Syscall header should forward-declare timeval with C linkage.
This commit is contained in:
parent
2c70ae0418
commit
54448b5d24
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#include <AK/Types.h>
|
||||
#include <LibC/fd_set.h>
|
||||
|
||||
extern "C" { struct timeval; }
|
||||
|
||||
#define ENUMERATE_SYSCALLS \
|
||||
__ENUMERATE_SYSCALL(sleep) \
|
||||
__ENUMERATE_SYSCALL(yield) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue