diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-08-07 16:51:56 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-08-07 16:51:56 +0000 |
| commit | 532c92a865da0a2888fd30f226e7c1f714456176 (patch) | |
| tree | 854426403b19d7bf5f799ed50659e682d6b1f164 /lib/libpthread/thread/thr_kern.c | |
| parent | b275c430a528f13d658e6f2388bce6e79b0f5c06 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_kern.c')
| -rw-r--r-- | lib/libpthread/thread/thr_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c index 8b333e483596..96a11da92d3e 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -1008,7 +1008,7 @@ _thread_kern_poll(int wait_reqd) } void -_thread_kern_set_timeout(struct timespec * timeout) +_thread_kern_set_timeout(const struct timespec * timeout) { struct timespec current_time; struct timeval tv; |
