OSSP CVS Repository

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

ossp-pkg/pth/pthread.c 1.57 -> 1.58

--- pthread.c    2002/01/27 11:03:41     1.57
+++ pthread.c    2002/10/15 17:23:19     1.58
@@ -1057,6 +1057,12 @@
     return pth_sleep(sec);
 }
 
+int __pthread_system(const char *cmd)
+{
+    pthread_initialize();
+    return pth_system(cmd);
+}
+
 int __pthread_sigwait(const sigset_t *set, int *sig)
 {
     pthread_initialize();

CVSTrac 2.0.1