Changeset 9b21aa5 in git
- Timestamp:
- Sep 11, 2013, 11:33:49 AM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- fab2ac77da13bbb52cf53fb19b26eac2b7f4d24c
- Parents:
- 8f64a0f3ad9365d434e4711de3c37e54e27f770e
- git-author:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-09-11 11:33:49+02:00
- git-committer:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-09-11 11:47:21+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mod2.h.cmake.in
r8f64a0f r9b21aa5 261 261 * Miscellanous Defines 262 262 ******************************************************************/ 263 /* Under HPUX 9, system(...) returns -1 if SIGCHLD does not equal264 SIG_DFL. However, if it stays at SIG_DFL we get zombie processes265 for terminated childs generated by fork. Therefors some special treatment266 is necessary */267 #ifdef HPUX_9268 #include <stdlib.h>269 #define system hpux9_system270 #ifdef __cplusplus271 extern "C" {272 #endif273 int hpux9_system(const char* system);274 #ifdef __cplusplus275 }276 #endif277 #endif278 279 263 #ifndef HAVE_LIBPARSER 280 264 # undef YYLPDEBUG
Note: See TracChangeset
for help on using the changeset viewer.