|
@@ -25,6 +25,7 @@
|
|
#include <Kernel/API/POSIX/sys/stat.h>
|
|
#include <Kernel/API/POSIX/sys/stat.h>
|
|
#include <Kernel/API/POSIX/sys/time.h>
|
|
#include <Kernel/API/POSIX/sys/time.h>
|
|
#include <Kernel/API/POSIX/sys/times.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/un.h>
|
|
#include <Kernel/API/POSIX/sys/utsname.h>
|
|
#include <Kernel/API/POSIX/sys/utsname.h>
|
|
#include <Kernel/API/POSIX/sys/wait.h>
|
|
#include <Kernel/API/POSIX/sys/wait.h>
|
|
@@ -47,11 +48,6 @@ typedef u8 __u8;
|
|
typedef int __s32;
|
|
typedef int __s32;
|
|
typedef short __s16;
|
|
typedef short __s16;
|
|
|
|
|
|
-struct iovec {
|
|
|
|
- void* iov_base;
|
|
|
|
- size_t iov_len;
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
struct sched_param {
|
|
struct sched_param {
|
|
int sched_priority;
|
|
int sched_priority;
|
|
};
|
|
};
|