Check-in Number:
|
2583 | |
Date: |
2002-Oct-15 20:23:37 (local)
2002-Oct-15 18:23:37 (UTC) |
User: | rse |
Branch: | |
Comment: |
add a missing prototype for the new pthread_system wrapper |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/pthread.h.in 1.63 -> 1.64
--- pthread.h.in 2002/10/15 17:23:19 1.63
+++ pthread.h.in 2002/10/15 18:23:37 1.64
@@ -484,6 +484,7 @@
extern pid_t __pthread_fork(void);
extern unsigned int __pthread_sleep(unsigned int);
+extern int __pthread_system(const char *);
extern int __pthread_sigwait(const sigset_t *, int *);
extern pid_t __pthread_waitpid(pid_t, int *, int);
extern int __pthread_connect(int, struct sockaddr *, socklen_t);
|
|