strtod: Add safety check.
[pspp] / lib / poll.c
index 7711b4586e95f3fe4a62651dc144c1cf1258a87c..49c41591efee5f1bd556f1811245f494710668cd 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;