]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-x86/syscalls/__timer_delete.S
am 40bc7cd4: (-s ours) DO NOT MERGE Re-add .save directive for arm assembler code.
[android-sdk/platform-bionic.git] / libc / arch-x86 / syscalls / __timer_delete.S
1 /* Generated by gensyscalls.py. Do not edit. */
3 #include <private/bionic_asm.h>
5 ENTRY(__timer_delete)
6     pushl   %ebx
7     .cfi_def_cfa_offset 8
8     .cfi_rel_offset ebx, 0
9     mov     8(%esp), %ebx
10     movl    $__NR_timer_delete, %eax
11     int     $0x80
12     cmpl    $-MAX_ERRNO, %eax
13     jb      1f
14     negl    %eax
15     pushl   %eax
16     call    __set_errno_internal
17     addl    $4, %esp
18 1:
19     popl    %ebx
20     ret
21 END(__timer_delete)