Changeset 409 for trunk/include/sh_unix.h
- Timestamp:
- Aug 27, 2012, 9:08:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_unix.h
r408 r409 375 375 #endif 376 376 void sh_set_save_tv(); 377 void sh_set_untraced(int val); 378 int sh_get_untraced(); 377 379 #endif 378 380 … … 394 396 int sh_derr(void) 395 397 { 396 sh_ not_traced = 0;398 sh_set_untraced(0); 397 399 398 400 #ifdef HAVE_GETTIMEOFDAY … … 404 406 raise(SIGTRAP); 405 407 406 if (sh_ not_traced== 0)408 if (sh_get_untraced() == 0) 407 409 _exit(5); 408 410 409 sh_ not_traced = 0;411 sh_set_untraced(0); 410 412 return (0); 411 413 }
Note:
See TracChangeset
for help on using the changeset viewer.