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();
|
|