public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: timerfd_create: add missing type
@ 2019-01-16  8:32 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2019-01-16  8:32 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5b147c76d24f990c9fb7ab9617defe12c62dc2b2

commit 5b147c76d24f990c9fb7ab9617defe12c62dc2b2
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Jan 16 09:24:55 2019 +0100

    Cygwin: timerfd_create: add missing type
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/timer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/timer.cc b/winsup/cygwin/timer.cc
index 93e4714..657407f 100644
--- a/winsup/cygwin/timer.cc
+++ b/winsup/cygwin/timer.cc
@@ -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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-16  8:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16  8:32 [newlib-cygwin] Cygwin: timerfd_create: add missing type Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).