Implement _Exit(3).
Change-Id: Ida6ac844cc87d38c9645b197dd8188bb73e27dbe
This commit is contained in:
@@ -14,3 +14,6 @@ ENTRY(_exit)
|
||||
1:
|
||||
ret
|
||||
END(_exit)
|
||||
|
||||
.globl _Exit
|
||||
.equ _Exit, _exit
|
||||
|
||||
Reference in New Issue
Block a user