diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-18 19:14:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-18 19:14:55 +0000 |
commit | 0df2745254da6a236c8fcbe950d2b781ca80412a (patch) | |
tree | 87834ffb794a4be4b03ad05a0111598565a33b85 | |
parent | a814c1f75cb071eea6f282edde15501c8a98cc04 (diff) |
Oops, unbrek libc_p
-rw-r--r-- | lib/libc/arch/m68k/SYS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/m68k/SYS.h b/lib/libc/arch/m68k/SYS.h index d7c84963340..1d968f9931d 100644 --- a/lib/libc/arch/m68k/SYS.h +++ b/lib/libc/arch/m68k/SYS.h @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: SYS.h,v 1.14 2002/11/06 20:47:45 millert Exp $ + * $OpenBSD: SYS.h,v 1.15 2002/11/18 19:14:54 miod Exp $ */ #include <sys/syscall.h> @@ -101,7 +101,7 @@ # define RSYSCALL(x) __PSEUDO(_thread_sys_,x,x) # define PSEUDO(x,y) __PSEUDO(_thread_sys_,x,y) # define PSEUDO_NOERROR(x,y) __PSEUDO_NOERROR(_thread_sys_,x,y) -# define SYSENTRY(x) __ENTRY(_thread_sys_,x) \ +# define SYSENTRY(x) __ENTRY(_thread_sys_,x); \ __ALIAS(_thread_sys_,x) #define ASMSTR .asciz |