source: CPL/oasis3/trunk/src/mod/oasis3/src/cldcatch.c @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 118 bytes
Line 
1#ifdef use_comm_SIPC
2#include <signal.h>
3extern void ferror_();
4void cldcatch_()
5{   signal(SIGCLD,ferror_); }
6#endif
Note: See TracBrowser for help on using the repository browser.