ossp-pkg/pth/pthread.h.in 1.62 -> 1.63
--- pthread.h.in 2002/09/24 14:50:37 1.62
+++ pthread.h.in 2002/10/15 17:23:19 1.63
@@ -504,6 +504,7 @@
#if _POSIX_THREAD_SYSCALL_SOFT && !defined(_PTHREAD_PRIVATE)
#define fork __pthread_fork
#define sleep __pthread_sleep
+#define system __pthread_system
#define sigwait __pthread_sigwait
#define waitpid __pthread_waitpid
#define connect __pthread_connect
|
|