mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 20:32:56 +03: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
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/0420736143 Pull-request: https://github.com/SerenityOS/serenity/pull/16896
@ -28,9 +28,6 @@ extern long altzone;
|
||||
extern char* tzname[2];
|
||||
extern int daylight;
|
||||
|
||||
typedef uint32_t clock_t;
|
||||
typedef int64_t time_t;
|
||||
|
||||
struct tm* localtime(time_t const*);
|
||||
struct tm* gmtime(time_t const*);
|
||||
time_t mktime(struct tm*);
|
||||
|
Loading…
Reference in New Issue
Block a user