mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 15:19:16 +00:00
Kernel+LibC: Share definitions for sys/uio.h
This commit is contained in:
parent
37e98a55b7
commit
c9a5d83ccc
Notes:
sideshowbarker
2024-07-18 06:53:55 +09:00
Author: https://github.com/awesomekling
Commit: c9a5d83ccc
3 changed files with 25 additions and 13 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <Kernel/API/POSIX/sys/stat.h>
|
||||
#include <Kernel/API/POSIX/sys/time.h>
|
||||
#include <Kernel/API/POSIX/sys/times.h>
|
||||
#include <Kernel/API/POSIX/sys/uio.h>
|
||||
#include <Kernel/API/POSIX/sys/un.h>
|
||||
#include <Kernel/API/POSIX/sys/utsname.h>
|
||||
#include <Kernel/API/POSIX/sys/wait.h>
|
||||
|
@ -47,11 +48,6 @@ typedef u8 __u8;
|
|||
typedef int __s32;
|
||||
typedef short __s16;
|
||||
|
||||
struct iovec {
|
||||
void* iov_base;
|
||||
size_t iov_len;
|
||||
};
|
||||
|
||||
struct sched_param {
|
||||
int sched_priority;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue