diff src/syswait.h @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 43dd3413c7c7
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/syswait.h	Mon Aug 13 09:45:48 2007 +0200
+++ b/src/syswait.h	Mon Aug 13 09:46:53 2007 +0200
@@ -48,3 +48,7 @@
 #ifndef WSTOPSIG
 #define WSTOPSIG(s) ((s) >> 8)
 #endif
+#ifndef WRETCODE
+#define WRETCODE(s) ((s) >> 8)
+#endif
+