1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Don't use PSEUDO_END for non-PSEUDO function

This commit is contained in:
Andreas Schwab
2018-10-04 15:46:00 +02:00
parent 029ad711b8
commit 367d7cc2cb
2 changed files with 7 additions and 2 deletions

View File

@ -94,7 +94,7 @@ LEAF (__setcontext)
99: j __syscall_error
PSEUDO_END (__setcontext)
END (__setcontext)
weak_alias (__setcontext, setcontext)
LEAF (__start_context)
@ -111,4 +111,4 @@ LEAF (__start_context)
jal __setcontext
1: j exit
PSEUDO_END (__start_context)
END (__start_context)