From 21e642825078d715499c3110ace9c6e61f6c6db4 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Wed, 6 Jan 1999 23:14:19 +0000 Subject: _THREAD_SAFE --- lib/libc/arch/m68k/sys/syscall.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/arch/m68k/sys/syscall.S') diff --git a/lib/libc/arch/m68k/sys/syscall.S b/lib/libc/arch/m68k/sys/syscall.S index ceef07359bf..8773885f331 100644 --- a/lib/libc/arch/m68k/sys/syscall.S +++ b/lib/libc/arch/m68k/sys/syscall.S @@ -37,12 +37,12 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: syscall.S,v 1.2 1996/08/19 08:15:46 tholo Exp $" + .asciz "$OpenBSD: syscall.S,v 1.3 1999/01/06 23:14:18 d Exp $" #endif /* SYSLIBC_SCCS */ #include "SYS.h" -ENTRY(syscall) +SYSENTRY(syscall) clrl d0 trap #0 jcs err -- cgit v1.2.3