mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
LibC: Remove duplicate declaration of clock_t and time_t
These are pulled from Kernel/API/POSIX/sys/types.h. Removing these declarations makes sure we only have one place defining them.
This commit is contained in:
parent
100fb38c3e
commit
0420736143
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ extern long altzone;
|
||||||
extern char* tzname[2];
|
extern char* tzname[2];
|
||||||
extern int daylight;
|
extern int daylight;
|
||||||
|
|
||||||
typedef uint32_t clock_t;
|
|
||||||
typedef int64_t time_t;
|
|
||||||
|
|
||||||
struct tm* localtime(time_t const*);
|
struct tm* localtime(time_t const*);
|
||||||
struct tm* gmtime(time_t const*);
|
struct tm* gmtime(time_t const*);
|
||||||
time_t mktime(struct tm*);
|
time_t mktime(struct tm*);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue