Cygwin: timerfd_create: add missing type

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-01-16 09:24:55 +01:00
parent 068182e26c
commit 5b147c76d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;