diff options
author | 2009-02-15 17:48:58 +0000 | |
---|---|---|
committer | 2009-02-15 17:48:58 +0000 | |
commit | fda5620852ec4f74365d30cdd12ab6196737c075 (patch) | |
tree | b7757928cedbadbf0a08db0082584123034e50dc /lib/libpthread/arch | |
parent | Give an example of how to use wpa-psk(8) to connect to WPA (diff) | |
download | wireguard-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.c | 5 |
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 */ |