blob: 185e26f4c494b6b57464b8738d494dc2c03dd631 [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <linux/err.h>
#include <asm/unistd.h>
.text
.type stime, @function
.globl stime
.align 4
stime:
pushl %ebx
mov 8(%esp), %ebx
movl $__NR_stime, %eax
int $0x80
cmpl $-MAX_ERRNO, %eax
jb 1f
negl %eax
pushl %eax
call __set_errno
addl $4, %esp
orl $-1, %eax
1:
popl %ebx
ret