summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-02-15 17:48:58 +0000
committerderaadt <deraadt@openbsd.org>2009-02-15 17:48:58 +0000
commitfda5620852ec4f74365d30cdd12ab6196737c075 (patch)
treeb7757928cedbadbf0a08db0082584123034e50dc /lib/libpthread/arch
parentGive an example of how to use wpa-psk(8) to connect to WPA (diff)
downloadwireguard-openbsd-fda5620852ec4f74365d30cdd12ab6196737c075.tar.xz
wireguard-openbsd-fda5620852ec4f74365d30cdd12ab6196737c075.zip
these are public domain, verified with author; spotted by jj
Diffstat (limited to 'lib/libpthread/arch')
-rw-r--r--lib/libpthread/arch/mips64/_atomic_lock.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpthread/arch/mips64/_atomic_lock.c b/lib/libpthread/arch/mips64/_atomic_lock.c
index 5390c2c3e13..cb5b42a1162 100644
--- a/lib/libpthread/arch/mips64/_atomic_lock.c
+++ b/lib/libpthread/arch/mips64/_atomic_lock.c
@@ -1,4 +1,7 @@
-/* $OpenBSD: _atomic_lock.c,v 1.1 2004/08/11 17:41:34 pefo Exp $ */
+/* $OpenBSD: _atomic_lock.c,v 1.2 2009/02/15 17:48:58 deraadt Exp $ */
+
+/* Public domain. Written by David Leonard */
+
/*
* Atomic lock for mips
*/