Merge "__set_errno: Hide internal symbol __set_syscall_errno"

This commit is contained in:
Jean-Baptiste Queru
2010-10-19 14:53:28 -07:00
committed by Android Code Review

View File

@@ -40,6 +40,7 @@ int __set_errno(int n)
* (tail-called in the case of 0-4 arg versions) * (tail-called in the case of 0-4 arg versions)
*/ */
__LIBC_HIDDEN__
int __set_syscall_errno(int n) int __set_syscall_errno(int n)
{ {
/* some syscalls, mmap() for example, have valid return /* some syscalls, mmap() for example, have valid return