1
Fork 0
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:
Andreas Kling 2019-06-07 11:52:27 +02:00
parent 2c70ae0418
commit 54448b5d24

View file

@ -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) \