9aceab5015
Bug: http://code.google.com/p/android/issues/detail?id=53104 Change-Id: Iaabf7025b153e96dc5eca231a33a32d4cb7d8116
21 lines
414 B
ArmAsm
21 lines
414 B
ArmAsm
/* autogenerated by gensyscalls.py */
|
|
#include <linux/err.h>
|
|
#include <machine/asm.h>
|
|
#include <sys/linux-syscalls.h>
|
|
|
|
ENTRY(unshare)
|
|
pushl %ebx
|
|
mov 8(%esp), %ebx
|
|
movl $__NR_unshare, %eax
|
|
int $0x80
|
|
cmpl $-MAX_ERRNO, %eax
|
|
jb 1f
|
|
negl %eax
|
|
pushl %eax
|
|
call __set_errno
|
|
addl $4, %esp
|
|
orl $-1, %eax
|
|
1:
|
|
popl %ebx
|
|
ret
|
|
END(unshare)
|