mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-16 21:54:16 +00:00
(PSEUDO): Add missing ; after ENTRY use.
This commit is contained in:
parent
614ba8f749
commit
97012650e2
@ -43,7 +43,7 @@
|
||||
# define PSEUDO(name, syscall_name, args) \
|
||||
.section ".text"; \
|
||||
PSEUDO_PROLOGUE; \
|
||||
ENTRY (name) \
|
||||
ENTRY (name); \
|
||||
SINGLE_THREAD_P_INT; \
|
||||
bne .Lpseudo_cancel; \
|
||||
DO_CALL (syscall_name, args); \
|
||||
|
Loading…
Reference in New Issue
Block a user