diff options
author | 2004-02-06 01:52:00 +0000 | |
---|---|---|
committer | 2004-02-06 01:52:00 +0000 | |
commit | aaeab30f948f47e59b3c4f700fdaa1755d895c59 (patch) | |
tree | 7f26e41f9a3a463481dc64d0bbcd8a9b67960762 /lib/libpthread/arch | |
parent | some cpus start to have a NX oriented PGEX_I (diff) | |
download | wireguard-openbsd-aaeab30f948f47e59b3c4f700fdaa1755d895c59.tar.xz wireguard-openbsd-aaeab30f948f47e59b3c4f700fdaa1755d895c59.zip |
remove silly stub file for alpha and only try to compile _atomic_lock.c
if it actually exists.
ok marc@
Diffstat (limited to 'lib/libpthread/arch')
-rw-r--r-- | lib/libpthread/arch/alpha/_atomic_lock.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libpthread/arch/alpha/_atomic_lock.c b/lib/libpthread/arch/alpha/_atomic_lock.c deleted file mode 100644 index 5de2960abdc..00000000000 --- a/lib/libpthread/arch/alpha/_atomic_lock.c +++ /dev/null @@ -1,6 +0,0 @@ -/* $OpenBSD: _atomic_lock.c,v 1.7 2002/10/11 19:08:41 marc Exp $ */ -/* - * Atomi lock for alpha. - */ - -/* _atomic lock is implemented in assembler. */ |