summaryrefslogtreecommitdiff
path: root/lib/libpthread/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-10-02 23:27:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-10-02 23:27:25 +0000
commitd645b11e9566a2476e5cf26691df729f1d298a79 (patch)
treece6a08f2c681404ecd3fc29afc8236023473ffd7 /lib/libpthread/sys
parent54c63e3a00c55f7e6bf86162e4e4971fab1cacb8 (diff)
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.c3
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"