ossp-pkg/pth/pthread.c 1.59 -> 1.60
--- pthread.c 2002/10/15 20:34:23 1.59
+++ pthread.c 2002/10/23 14:04:00 1.60
@@ -989,13 +989,6 @@
return OK;
}
-#ifndef HAVE_STRUCT_TIMESPEC
-struct timespec {
- time_t tv_sec; /* seconds */
- long tv_nsec; /* and nanoseconds */
-};
-#endif
-
int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
const struct timespec *abstime)
{
|
|