blob: 8b6afe24aab33e04396c369931094a6d9600b2aa [file] [log] [blame]
Greg Hackmanne2faf072016-03-03 08:37:53 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(setdomainname)
6 pushl %ebx
7 .cfi_def_cfa_offset 8
8 .cfi_rel_offset ebx, 0
9 pushl %ecx
10 .cfi_adjust_cfa_offset 4
11 .cfi_rel_offset ecx, 0
Nick Kralevichdbf2e192016-03-27 14:52:58 -070012
13 call __kernel_syscall
14 pushl %eax
15 .cfi_adjust_cfa_offset 4
16 .cfi_rel_offset eax, 0
17
18 mov 16(%esp), %ebx
19 mov 20(%esp), %ecx
Greg Hackmanne2faf072016-03-03 08:37:53 -080020 movl $__NR_setdomainname, %eax
Nick Kralevichdbf2e192016-03-27 14:52:58 -070021 call *(%esp)
22 addl $4, %esp
23
Greg Hackmanne2faf072016-03-03 08:37:53 -080024 cmpl $-MAX_ERRNO, %eax
25 jb 1f
26 negl %eax
27 pushl %eax
28 call __set_errno_internal
29 addl $4, %esp
301:
31 popl %ecx
32 popl %ebx
33 ret
34END(setdomainname)