ossp-pkg/pth/pth_mctx.c 1.56 -> 1.57
--- pth_mctx.c 2002/01/27 11:03:40 1.56
+++ pth_mctx.c 2002/10/24 15:21:14 1.57
@@ -315,7 +315,7 @@
return FALSE;
sigaltstack(NULL, &ss);
if (!(ss.ss_flags & SS_DISABLE))
- return_errno(FALSE, EIO);
+ return pth_error(FALSE, EIO);
if (!(oss.ss_flags & SS_DISABLE))
sigaltstack(&oss, NULL);
#elif PTH_MCTX_STK(ss)
|
|