ossp-pkg/pth/pth_lib.c 1.50 -> 1.51
--- pth_lib.c 2002/10/15 20:34:22 1.50
+++ pth_lib.c 2002/10/20 11:45:10 1.51
@@ -69,6 +69,9 @@
pth_debug1("pth_init: enter");
+ /* initialize syscall wrapping */
+ pth_syscall_init();
+
/* initialize the scheduler */
pth_scheduler_init();
@@ -138,6 +141,7 @@
pth_initialized = FALSE;
pth_tcb_free(pth_sched);
pth_tcb_free(pth_main);
+ pth_syscall_kill();
#ifdef PTH_EX
__ex_ctx = __ex_ctx_default;
__ex_terminate = __ex_terminate_default;
|
|