mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
feature: added third_party TCC into userland
This commit is contained in:
6
src/userland/sdk/include/sys/time.h
Normal file
6
src/userland/sdk/include/sys/time.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _SYS_TIME_H
|
||||
#define _SYS_TIME_H
|
||||
struct timeval { long tv_sec; long tv_usec; };
|
||||
struct timezone { int tz_minuteswest; int tz_dsttime; };
|
||||
int gettimeofday(struct timeval *tv, void *tz);
|
||||
#endif
|
||||
Reference in New Issue
Block a user