timespec: use cast and not conditional, as truncation isn't possible
[gnulib.git] / lib / poll.c
index 7711b45..49c4159 100644 (file)
@@ -1,7 +1,7 @@
 /* Emulation for poll(2)
    Contributed by Paolo Bonzini.
 
-   Copyright 2001-2003, 2006-2009 Free Software Foundation, Inc.
+   Copyright 2001-2003, 2006-2010 Free Software Foundation, Inc.
 
    This file is part of gnulib.
 
@@ -70,7 +70,7 @@
 #define IsConsoleHandle(h) (((long) (h) & 3) == 3)
 
 static BOOL
-IsSocketHandle(HANDLE h)
+IsSocketHandle (HANDLE h)
 {
   WSANETWORKEVENTS ev;