diff options
author | 2004-02-25 04:10:53 +0000 | |
---|---|---|
committer | 2004-02-25 04:10:53 +0000 | |
commit | 76d2774fce13742a7b8db7f903442cc336f5955c (patch) | |
tree | 1110ae846bb1546afcc8a06a4e8dfa66f8d86245 /lib/libpthread/arch/amd64/_atomic_lock.c | |
parent | initial working pthreads support from sparc64, done with drahn. there are (diff) | |
download | wireguard-openbsd-76d2774fce13742a7b8db7f903442cc336f5955c.tar.xz wireguard-openbsd-76d2774fce13742a7b8db7f903442cc336f5955c.zip |
copyrights
Diffstat (limited to 'lib/libpthread/arch/amd64/_atomic_lock.c')
-rw-r--r-- | lib/libpthread/arch/amd64/_atomic_lock.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpthread/arch/amd64/_atomic_lock.c b/lib/libpthread/arch/amd64/_atomic_lock.c index 70bdb487381..0d187dee87d 100644 --- a/lib/libpthread/arch/amd64/_atomic_lock.c +++ b/lib/libpthread/arch/amd64/_atomic_lock.c @@ -1,4 +1,7 @@ -/* $OpenBSD: _atomic_lock.c,v 1.2 2004/02/25 03:48:36 deraadt Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.3 2004/02/25 04:10:53 deraadt Exp $ */ + +/* David Leonard, <d@csee.uq.edu.au>. Public domain. */ + /* * Atomic lock for amd64 -- taken from i386 code. */ |