waitpid: Fix link error in C++ mode.
[pspp] / lib / poll.c
index a001c199a83be3f6c706282fddcf63bcb3dccd6d..ea655806c5de1f22f7f1ee40ed588821a57a38e2 100644 (file)
@@ -315,10 +315,7 @@ compute_revents (int fd, int sought, fd_set *rfds, fd_set *wfds, fd_set *efds)
 #endif /* !MinGW */
 
 int
-poll (pfd, nfd, timeout)
-     struct pollfd *pfd;
-     nfds_t nfd;
-     int timeout;
+poll (struct pollfd *pfd, nfds_t nfd, int timeout)
 {
 #ifndef WIN32_NATIVE
   fd_set rfds, wfds, efds;