OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/pth_mctx.c versions 1.56 and 1.57
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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)

CVSTrac 2.0.1