summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-01-16 20:48:42 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-01-16 20:48:42 +0000
commit1c84a2c8015d2aa9dd270693b350662ae4adbf85 (patch)
treebf306438388689e7d4cde9e2dbad143d686046fa /lib/libc
parent006ce3d11a5b5119f3a6f5e7ca3dbd1abdc2422f (diff)
Alignment requirements are satisfied in ENTRY(), no need to add more here.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/arch/m88k/SYS.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/arch/m88k/SYS.h b/lib/libc/arch/m88k/SYS.h
index 16d7c309b14..519f18272dc 100644
--- a/lib/libc/arch/m88k/SYS.h
+++ b/lib/libc/arch/m88k/SYS.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: SYS.h,v 1.8 2003/01/07 21:59:21 miod Exp $*/
+/* $OpenBSD: SYS.h,v 1.9 2003/01/16 20:48:41 miod Exp $*/
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -59,7 +59,6 @@
tb0 0, r0, 128
#define __SYSCALL__NOERROR(p,x,y) \
- align 8; \
__ENTRY(p,x); \
__ALIAS(p,x); \
__DO_SYSCALL(y)