mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-12 10:40:39 +09:00
Kernel+LibC: Share definitions for sys/times.h
This commit is contained in:
parent
808ce594db
commit
35b52338bb
Notes:
sideshowbarker
2024-07-18 06:54:04 +09:00
Author: https://github.com/awesomekling
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