mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Formerly unix/bsd/hp/m68k/sysdep.h.~23~
This commit is contained in:
parent
77b69521ed
commit
65f6f3f185
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -35,7 +35,7 @@ Cambridge, MA 02139, USA. */
|
||||
#endif
|
||||
|
||||
#ifdef __STDC__
|
||||
#define PSEUDO(name, syscall_name) \
|
||||
#define PSEUDO(name, syscall_name, args) \
|
||||
.even; \
|
||||
.globl syscall_error; \
|
||||
error: jmp syscall_error; \
|
||||
@ -44,7 +44,7 @@ Cambridge, MA 02139, USA. */
|
||||
trap POUND(0); \
|
||||
bcs error
|
||||
#else
|
||||
#define PSEUDO(name, syscall_name) \
|
||||
#define PSEUDO(name, syscall_name, args) \
|
||||
.even; \
|
||||
.globl syscall_error; \
|
||||
error: jmp syscall_error; \
|
||||
|
Loading…
Reference in New Issue
Block a user