mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00:00
LibC: Minor compat tweak, move struct timezone to sys/time.h
This commit is contained in:
parent
5c5ce4f885
commit
5451178c63
2 changed files with 5 additions and 5 deletions
|
@ -5,11 +5,6 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
struct timezone {
|
||||
int tz_minuteswest;
|
||||
int tz_dsttime;
|
||||
};
|
||||
|
||||
struct tm {
|
||||
int tm_sec; /* Seconds (0-60) */
|
||||
int tm_min; /* Minutes (0-59) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue