mirror of git://sourceware.org/git/glibc.git
Formerly unix/bsd/vax/sysdep.h.~10~
This commit is contained in:
parent
5896e6b5a5
commit
22aa9559d1
|
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
|
@ -31,7 +31,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; \
|
||||||
|
|
@ -39,7 +39,7 @@ Cambridge, MA 02139, USA. */
|
||||||
chmk $SYS_##syscall_name \
|
chmk $SYS_##syscall_name \
|
||||||
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