Elliott Hughes | 887e114 | 2014-01-02 12:05:50 -0800 | [diff] [blame] | 1 | /* Generated by gensyscalls.py. Do not edit. */ |
2 | |||||
3 | #include <private/bionic_asm.h> | ||||
4 | |||||
5 | ENTRY(setns) | ||||
6 | pushl %ebx | ||||
7 | pushl %ecx | ||||
Christopher Ferris | e4bc756 | 2014-01-06 16:39:10 -0800 | [diff] [blame] | 8 | .cfi_def_cfa_offset 8 |
9 | .cfi_rel_offset ebx, 0 | ||||
10 | .cfi_rel_offset ecx, 4 | ||||
Elliott Hughes | 887e114 | 2014-01-02 12:05:50 -0800 | [diff] [blame] | 11 | mov 12(%esp), %ebx |
12 | mov 16(%esp), %ecx | ||||
13 | movl $__NR_setns, %eax | ||||
14 | int $0x80 | ||||
15 | cmpl $-MAX_ERRNO, %eax | ||||
16 | jb 1f | ||||
17 | negl %eax | ||||
18 | pushl %eax | ||||
19 | call __set_errno | ||||
20 | addl $4, %esp | ||||
21 | orl $-1, %eax | ||||
22 | 1: | ||||
23 | popl %ecx | ||||
24 | popl %ebx | ||||
25 | ret | ||||
26 | END(setns) |