mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
Cygwin: timerfd_create: add missing type
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
068182e26c
commit
5b147c76d2
@ -692,7 +692,7 @@ ualarm (useconds_t value, useconds_t interval)
|
||||
return ret;
|
||||
}
|
||||
|
||||
extern "C"
|
||||
extern "C" int
|
||||
timerfd_create (clockid_t clock_id, int flags)
|
||||
{
|
||||
int ret = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user