diff options
author | 2002-09-12 23:21:42 +0000 | |
---|---|---|
committer | 2002-09-12 23:21:42 +0000 | |
commit | af9ccb19a43fbfa20fe7c257fb0138072cc94e98 (patch) | |
tree | 1d2d3e50a5527aae83a98245c604b9078c74afa9 /lib/libc_r | |
parent | do not decent into ld.so if it was said NOPIC, even for elf (diff) | |
download | wireguard-openbsd-af9ccb19a43fbfa20fe7c257fb0138072cc94e98.tar.xz wireguard-openbsd-af9ccb19a43fbfa20fe7c257fb0138072cc94e98.zip |
remove erroneous comment
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/uthread/uthread_spinlock.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc_r/uthread/uthread_spinlock.c b/lib/libc_r/uthread/uthread_spinlock.c index 3e99f6e6dff..2c75863f0db 100644 --- a/lib/libc_r/uthread/uthread_spinlock.c +++ b/lib/libc_r/uthread/uthread_spinlock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_spinlock.c,v 1.11 2001/09/04 22:17:45 fgsch Exp $ */ +/* $OpenBSD: uthread_spinlock.c,v 1.12 2002/09/12 23:21:42 marc Exp $ */ /* * Copyright (c) 1997 John Birrell <jb@cimlogic.com.au>. * All rights reserved. @@ -46,8 +46,7 @@ extern char *__progname; /* * Lock a location for the running thread. Yield to allow other * threads to run if this thread is blocked because the lock is - * not available. Note that this function does not sleep. It - * assumes that the lock will be available very soon. + * not available. */ void _spinlock(spinlock_t *lck) |