mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibC: Time-related POSIX compliance fixes.
This commit is contained in:
parent
abd5931184
commit
aef6030a80
7 changed files with 19 additions and 3 deletions
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
int gettimeofday(struct timeval* __restrict__, void* __restrict__) __attribute__((nonnull(1)));
|
||||
|
||||
__END_DECLS
|
Loading…
Add table
Add a link
Reference in a new issue