mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
Kernel: Syscall header should forward-declare timeval with C linkage.
This commit is contained in:
parent
2c70ae0418
commit
54448b5d24
Notes:
sideshowbarker
2024-07-19 13:41:14 +09:00
Author: https://github.com/awesomekling
Commit: 54448b5d24
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
#include <LibC/fd_set.h>
|
#include <LibC/fd_set.h>
|
||||||
|
|
||||||
|
extern "C" { struct timeval; }
|
||||||
|
|
||||||
#define ENUMERATE_SYSCALLS \
|
#define ENUMERATE_SYSCALLS \
|
||||||
__ENUMERATE_SYSCALL(sleep) \
|
__ENUMERATE_SYSCALL(sleep) \
|
||||||
__ENUMERATE_SYSCALL(yield) \
|
__ENUMERATE_SYSCALL(yield) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue