blob: 111e999afafdebf90fc57c34486eddaf91055c31 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/* autogenerated by gensyscalls.py */
2#include <sys/linux-syscalls.h>
3
4 .text
Mike Chan9f691562010-03-02 10:55:58 -08005 .type __setreuid, @function
6 .globl __setreuid
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08007 .align 4
8
Mike Chan9f691562010-03-02 10:55:58 -08009__setreuid:
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080010 pushl %ebx
11 pushl %ecx
12 mov 12(%esp), %ebx
13 mov 16(%esp), %ecx
14 movl $__NR_setreuid32, %eax
15 int $0x80
16 cmpl $-129, %eax
17 jb 1f
18 negl %eax
19 pushl %eax
20 call __set_errno
21 addl $4, %esp
22 orl $-1, %eax
231:
24 popl %ecx
25 popl %ebx
26 ret