summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include
diff options
context:
space:
mode:
authord <d@openbsd.org>1999-01-18 00:03:34 +0000
committerd <d@openbsd.org>1999-01-18 00:03:34 +0000
commit1050632c0caf1a57af7dcb4b828c92b992e6a1bb (patch)
treef1391bdd933fd4d52bb426d46f1e397aa3d12d66 /lib/libpthread/include
parenttypo; nice (diff)
downloadwireguard-openbsd-1050632c0caf1a57af7dcb4b828c92b992e6a1bb.tar.xz
wireguard-openbsd-1050632c0caf1a57af7dcb4b828c92b992e6a1bb.zip
move private spinlock protos out
Diffstat (limited to 'lib/libpthread/include')
-rw-r--r--lib/libpthread/include/spinlock.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpthread/include/spinlock.h b/lib/libpthread/include/spinlock.h
index 152e6f2e775..4da4a9ec500 100644
--- a/lib/libpthread/include/spinlock.h
+++ b/lib/libpthread/include/spinlock.h
@@ -29,8 +29,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: spinlock.h,v 1.2 1999/01/08 08:25:37 d Exp $
- * $OpenBSD: spinlock.h,v 1.2 1999/01/08 08:25:37 d Exp $
+ * $Id: spinlock.h,v 1.3 1999/01/18 00:03:34 d Exp $
+ * $OpenBSD: spinlock.h,v 1.3 1999/01/18 00:03:34 d Exp $
*
* Lock definitions used in both libc and libpthread.
*
@@ -72,8 +72,6 @@ void _spinlock_debug __P((spinlock_t *, const char *, int));
/* is_locked functions() return 1 if lock is locked. */
int _atomic_lock __P((volatile _spinlock_lock_t *));
int _atomic_is_locked __P((volatile _spinlock_lock_t *));
-int _thread_slow_atomic_lock __P((volatile _spinlock_lock_t *));
-int _thread_slow_atomic_is_locked __P((volatile _spinlock_lock_t *));
__END_DECLS
#endif /* _SPINLOCK_H_ */