From c9c5eae40a460744af805cc2c99eb7fbe4f06820 Mon Sep 17 00:00:00 2001 From: Peter Wemm <peter@FreeBSD.org> Date: Fri, 5 Sep 1997 08:47:24 +0000 Subject: [PATCH] Add redirection for new _clock_lock symbol --- sys/i386/include/asnames.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h index 3097f3b173c9..3ed4f121843d 100644 --- a/sys/i386/include/asnames.h +++ b/sys/i386/include/asnames.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: asnames.h,v 1.4 1997/06/22 16:03:47 peter Exp $ + * $Id: asnames.h,v 1.5 1997/08/30 11:20:02 peter Exp $ */ #ifndef _MACHINE_ASNAMES_H_ @@ -182,6 +182,7 @@ #define _bootinfo bootinfo #define _bootstrap_gdt bootstrap_gdt #define _bzero bzero +#define _clock_lock clock_lock #define _cnt cnt #define _common_tss common_tss #define _copyin_vector copyin_vector