From 49d294f1487f1bbb4f1d5492e16bcf936540fbb7 Mon Sep 17 00:00:00 2001 From: Marco S Hyman Date: Thu, 5 Jan 2006 22:33:25 +0000 Subject: Use the system include to get the proper function prototype for _atomic_lock --- lib/librthread/arch/m88k/_atomic_lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/librthread/arch/m88k') diff --git a/lib/librthread/arch/m88k/_atomic_lock.c b/lib/librthread/arch/m88k/_atomic_lock.c index 47562038178..5f1820f0695 100644 --- a/lib/librthread/arch/m88k/_atomic_lock.c +++ b/lib/librthread/arch/m88k/_atomic_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: _atomic_lock.c,v 1.1 2005/12/23 20:08:27 miod Exp $ */ +/* $OpenBSD: _atomic_lock.c,v 1.2 2006/01/05 22:33:24 marc Exp $ */ /* * Copyright (c) 2003, Miodrag Vallat. @@ -29,7 +29,7 @@ * Atomic lock for m88k */ -#include "spinlock.h" +#include int _atomic_lock(volatile _spinlock_lock_t *lock) -- cgit v1.2.3