diff src/sysdep.h @ 5453:89f5979e8552

[project @ 2005-09-17 00:50:58 by jwe]
author jwe
date Sat, 17 Sep 2005 00:50:58 +0000
parents ed08548b9054
children ce819776ee76
line wrap: on
line diff
--- a/src/sysdep.h	Fri Sep 16 15:11:25 2005 +0000
+++ b/src/sysdep.h	Sat Sep 17 00:50:58 2005 +0000
@@ -47,13 +47,6 @@
 #define MINGW_SIGNAL_CLEANUP() do { } while (0)
 #endif
 
-#if defined (__MINGW32__)
-#include <process.h>
-#define waitpid(a, b, c) _cwait (b, a, c)
-// action argument is ignored for _cwait, so arbitrary definition
-#define WNOHANG 0
-#endif
-
 #endif
 
 /*