]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-x86/syscalls/getitimer.S
auto import from //depot/cupcake/@135843
[android-sdk/platform-bionic.git] / libc / arch-x86 / syscalls / getitimer.S
1 /* autogenerated by gensyscalls.py */
2 #include <sys/linux-syscalls.h>
4     .text
5     .type getitimer, @function
6     .globl getitimer
7     .align 4
9 getitimer:
10     pushl   %ebx
11     pushl   %ecx
12     mov     12(%esp), %ebx
13     mov     16(%esp), %ecx
14     movl    $__NR_getitimer, %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
23 1:
24     popl    %ecx
25     popl    %ebx
26     ret