OSSP CVS Repository

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

ossp-pkg/pth/pthread.c 1.62 -> 1.63

--- pthread.c    2002/11/05 19:39:09     1.62
+++ pthread.c    2002/11/09 11:30:15     1.63
@@ -1056,6 +1056,18 @@
     return pth_system(cmd);
 }
 
+int __pthread_nanosleep(const struct timespec *rqtp, struct timespec *rmtp)
+{
+    pthread_initialize();
+    return pth_nanosleep(rqtp, rmtp);
+}
+
+int __pthread_usleep(unsigned int sec)
+{
+    pthread_initialize();
+    return pth_usleep(sec);
+}
+
 int __pthread_sigwait(const sigset_t *set, int *sig)
 {
     pthread_initialize();

CVSTrac 2.0.1