summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2005-12-14 21:29:48 +0000
committerdrahn <drahn@openbsd.org>2005-12-14 21:29:48 +0000
commit4387c4ac1bdfee8e78e6fb5339dafe24600a3bdc (patch)
tree7261adc445b4907c252f2572436817a5598ee436 /lib/libpthread
parentPrevent access to PCI config space for function >0 on bus 0. (diff)
downloadwireguard-openbsd-4387c4ac1bdfee8e78e6fb5339dafe24600a3bdc.tar.xz
wireguard-openbsd-4387c4ac1bdfee8e78e6fb5339dafe24600a3bdc.zip
My email address changed quite a while ago...
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/arch/powerpc/_atomic_lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/arch/powerpc/_atomic_lock.c b/lib/libpthread/arch/powerpc/_atomic_lock.c
index d248b4725cf..200d91a626e 100644
--- a/lib/libpthread/arch/powerpc/_atomic_lock.c
+++ b/lib/libpthread/arch/powerpc/_atomic_lock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: _atomic_lock.c,v 1.5 2002/11/12 18:56:28 drahn Exp $ */
+/* $OpenBSD: _atomic_lock.c,v 1.6 2005/12/14 21:29:48 drahn Exp $ */
/*
* Atomic lock for powerpc
*/
@@ -21,7 +21,7 @@ _atomic_lock(volatile _spinlock_lock_t *lock)
return (old != _SPINLOCK_UNLOCKED);
/*
- * Dale <rahnds@openbsd.org> says:
+ * Dale <drahn@openbsd.org> says:
* Side note. to prevent two processes from accessing
* the same address with the lwarx in one instrution
* and the stwcx in another process, the current powerpc