Merge "Simplify close(2) EINTR handling."

This commit is contained in:
Elliott Hughes
2015-04-23 21:14:24 +00:00
committed by Gerrit Code Review
9 changed files with 76 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
#include <private/bionic_asm.h>
ENTRY(close)
ENTRY(___close)
mov x8, __NR_close
svc #0
@@ -11,4 +11,5 @@ ENTRY(close)
b.hi __set_errno_internal
ret
END(close)
END(___close)
.hidden ___close