Cygwin: timerfd_create: add missing type
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user