mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 07:24:58 +00:00
Kernel+LibC: Share definitions for sys/times.h
This commit is contained in:
parent
808ce594db
commit
35b52338bb
3 changed files with 27 additions and 17 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <Kernel/API/POSIX/sys/mman.h>
|
||||
#include <Kernel/API/POSIX/sys/socket.h>
|
||||
#include <Kernel/API/POSIX/sys/stat.h>
|
||||
#include <Kernel/API/POSIX/sys/times.h>
|
||||
#include <Kernel/API/POSIX/sys/un.h>
|
||||
#include <Kernel/API/POSIX/sys/utsname.h>
|
||||
#include <Kernel/API/POSIX/sys/wait.h>
|
||||
|
@ -38,13 +39,6 @@ TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ThreadID);
|
|||
TYPEDEF_DISTINCT_ORDERED_ID(pid_t, SessionID);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(pid_t, ProcessGroupID);
|
||||
|
||||
struct tms {
|
||||
clock_t tms_utime;
|
||||
clock_t tms_stime;
|
||||
clock_t tms_cutime;
|
||||
clock_t tms_cstime;
|
||||
};
|
||||
|
||||
typedef i64 off_t;
|
||||
typedef i64 time_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue