]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-x86/syscalls/geteuid.S
auto import from //depot/cupcake/@132589
[android-sdk/platform-bionic.git] / libc / arch-x86 / syscalls / geteuid.S
1 /* autogenerated by gensyscalls.py */
2 #include <sys/linux-syscalls.h>
4     .text
5     .type geteuid, @function
6     .globl geteuid
7     .align 4
9 geteuid:
10     movl    $__NR_geteuid32, %eax
11     int     $0x80
12     cmpl    $-129, %eax
13     jb      1f
14     negl    %eax
15     pushl   %eax
16     call    __set_errno
17     addl    $4, %esp
18     orl     $-1, %eax
19 1:
20     ret