The Android Open Source Project | a27d2ba | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | /* autogenerated by gensyscalls.py */ |
| 2 | #include <sys/linux-syscalls.h> |
| 3 | |
| 4 | .text |
The Android Open Source Project | 4e468ed | 2008-12-17 18:03:48 -0800 | [diff] [blame^] | 5 | .type shutdown, @function |
| 6 | .globl shutdown |
The Android Open Source Project | a27d2ba | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 7 | .align 4 |
| 8 | |
The Android Open Source Project | 4e468ed | 2008-12-17 18:03:48 -0800 | [diff] [blame^] | 9 | shutdown: |
The Android Open Source Project | a27d2ba | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 10 | pushl %ebx |
| 11 | pushl %ecx |
The Android Open Source Project | 4e468ed | 2008-12-17 18:03:48 -0800 | [diff] [blame^] | 12 | mov $13, %ebx |
| 13 | mov %esp, %ecx |
| 14 | addl $12, %ecx |
| 15 | movl $__NR_socketcall, %eax |
The Android Open Source Project | a27d2ba | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 16 | int $0x80 |
| 17 | cmpl $-129, %eax |
| 18 | jb 1f |
| 19 | negl %eax |
| 20 | pushl %eax |
| 21 | call __set_errno |
| 22 | addl $4, %esp |
| 23 | orl $-1, %eax |
| 24 | 1: |
| 25 | popl %ecx |
| 26 | popl %ebx |
| 27 | ret |