mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibC: Add settimeofday
This commit is contained in:
parent
0736ae4116
commit
0fff4e11a6
2 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,7 @@ struct timezone {
|
|||
};
|
||||
|
||||
int gettimeofday(struct timeval* __restrict__, void* __restrict__) __attribute__((nonnull(1)));
|
||||
int settimeofday(struct timeval* __restrict__, void* __restrict__) __attribute__((nonnull(1)));
|
||||
|
||||
static inline void timeradd(const struct timeval* a, const struct timeval* b, struct timeval* out)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue