mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
(SYSCALL_ERROR_LABEL): Define.
This commit is contained in:
parent
4f211d1748
commit
c25d936b99
@ -33,7 +33,15 @@
|
||||
# define SYS_ify(syscall_name) __NR_/**/syscall_name
|
||||
#endif
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
#ifdef __ASSEMBLER__
|
||||
|
||||
/* We don't want the label for the error handler to be visible in the symbol
|
||||
table when we define it here. */
|
||||
#ifdef __PIC__
|
||||
# define SYSCALL_ERROR_LABEL 99b
|
||||
#endif
|
||||
|
||||
#else /* ! __ASSEMBLER__ */
|
||||
|
||||
/* Define a macro which expands into the inline wrapper code for a system
|
||||
call. */
|
||||
|
Loading…
Reference in New Issue
Block a user