blob: 26ff1e787cdd9a57635d042af9a7ddae43be9da2 [file] [log] [blame]
Elliott Hughesb86a4c72014-11-07 16:07:13 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(sethostname)
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
Mingwei Shibe910522015-11-12 07:02:14 +000012
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
Elliott Hughesb86a4c72014-11-07 16:07:13 -080020 movl $__NR_sethostname, %eax
Mingwei Shibe910522015-11-12 07:02:14 +000021 call *(%esp)
22 addl $4, %esp
23
Elliott Hughesb86a4c72014-11-07 16:07:13 -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(sethostname)