mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
Lots of minor compat stuff while seeing if bash would build.
We're quite far from bash building, but we'll get there eventually!
This commit is contained in:
parent
e4611248c4
commit
e76312ab63
21 changed files with 172 additions and 38 deletions
|
@ -5,7 +5,12 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
int gettimeofday(timeval*);
|
||||
typedef struct timezone {
|
||||
int tz_minuteswest;
|
||||
int tz_dsttime;
|
||||
};
|
||||
|
||||
int gettimeofday(struct timeval*, struct timezone* tz);
|
||||
time_t time(time_t*);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue