mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Formerly unix/bsd/sun/m68k/sysdep.h.~13~
This commit is contained in:
parent
65f6f3f185
commit
5896e6b5a5
@ -35,7 +35,7 @@ Cambridge, MA 02139, USA. */
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
#define PSEUDO(name, syscall_name) \
|
#define PSEUDO(name, syscall_name, args) \
|
||||||
.even; \
|
.even; \
|
||||||
.globl syscall_error; \
|
.globl syscall_error; \
|
||||||
error: jmp syscall_error; \
|
error: jmp syscall_error; \
|
||||||
@ -44,7 +44,7 @@ Cambridge, MA 02139, USA. */
|
|||||||
trap POUND(0); \
|
trap POUND(0); \
|
||||||
bcs error
|
bcs error
|
||||||
#else
|
#else
|
||||||
#define PSEUDO(name, syscall_name) \
|
#define PSEUDO(name, syscall_name, args) \
|
||||||
.even; \
|
.even; \
|
||||||
.globl syscall_error; \
|
.globl syscall_error; \
|
||||||
error: jmp syscall_error; \
|
error: jmp syscall_error; \
|
||||||
|
Loading…
Reference in New Issue
Block a user