mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
(PSEUDO): Fix typo introduced in last change.
This commit is contained in:
parent
2284fbe2ac
commit
24e022cf82
@ -49,7 +49,7 @@
|
||||
#undef PSEUDO
|
||||
#define PSEUDO(name, syscall_name, args) \
|
||||
.text; \
|
||||
.type syscall_error,%function \
|
||||
.type syscall_error,%function ; \
|
||||
ENTRY (name) \
|
||||
DO_CALL (args, syscall_name); \
|
||||
cmn r0, $4096; \
|
||||
|
Loading…
Reference in New Issue
Block a user