diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-12-13 17:51:50 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-12-13 17:51:50 +0000 |
commit | 23257744cbf0307746604f6684cf56bc72a20bd4 (patch) | |
tree | 7598c7e9da1a18bb51328ba363cf9f93e0236055 /lib/libpthread/uthread | |
parent | a61116d080f7fda0bfe910c93a662c6f7b47bd5e (diff) |
this this
Diffstat (limited to 'lib/libpthread/uthread')
-rw-r--r-- | lib/libpthread/uthread/uthread_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_exit.c b/lib/libpthread/uthread/uthread_exit.c index 515fd9c5830..432a9435ca7 100644 --- a/lib/libpthread/uthread/uthread_exit.c +++ b/lib/libpthread/uthread/uthread_exit.c @@ -184,7 +184,7 @@ pthread_exit(void *status) if (pthread_mutex_unlock(&_gc_mutex) != 0) PANIC("Cannot lock gc mutex"); - /* This this thread will never be re-scheduled. */ + /* This thread will never be re-scheduled. */ _thread_kern_sched_state(PS_DEAD, __FILE__, __LINE__); /* This point should not be reached. */ |