diff options
author | 2008-10-02 23:27:23 +0000 | |
---|---|---|
committer | 2008-10-02 23:27:23 +0000 | |
commit | 2dd878fd8cad472443ea37921b80d35185920868 (patch) | |
tree | 37f3ca1725c9093da9306c225ad3ef10170b5aa9 /lib/libpthread/sys | |
parent | Repair "set reconnect random 0" from PR 5368. This bug report was ignored (diff) | |
download | wireguard-openbsd-2dd878fd8cad472443ea37921b80d35185920868.tar.xz wireguard-openbsd-2dd878fd8cad472443ea37921b80d35185920868.zip |
the license on this is PD; david leonard says so
Diffstat (limited to 'lib/libpthread/sys')
-rw-r--r-- | lib/libpthread/sys/slow_atomic_lock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/sys/slow_atomic_lock.c b/lib/libpthread/sys/slow_atomic_lock.c index 22889ea8691..d8526229dac 100644 --- a/lib/libpthread/sys/slow_atomic_lock.c +++ b/lib/libpthread/sys/slow_atomic_lock.c @@ -1,4 +1,5 @@ -/* $OpenBSD: slow_atomic_lock.c,v 1.3 1998/12/21 07:38:43 d Exp $ */ +/* $OpenBSD: slow_atomic_lock.c,v 1.4 2008/10/02 23:27:23 deraadt Exp $ */ +/* David Leonard, <d@csee.uq.edu.au>. Public domain. */ #include <pthread.h> #include "pthread_private.h" |