mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Kernel+LibC: Share definitions for sys/time.h
This commit is contained in:
parent
35b52338bb
commit
6b6eca0631
3 changed files with 24 additions and 15 deletions
|
@ -6,17 +6,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
#include <Kernel/API/POSIX/sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
struct timeval {
|
||||
time_t tv_sec;
|
||||
suseconds_t tv_usec;
|
||||
};
|
||||
|
||||
struct timezone {
|
||||
int tz_minuteswest;
|
||||
int tz_dsttime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue