blob: ef27a6de21d733004d13a6731fc1b0c4b24aaacb [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <asm/unistd.h>
#include <linux/err.h>
#include <machine/asm.h>
ENTRY(uname)
pushl %ebx
mov 8(%esp), %ebx
movl $__NR_uname, %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
END(uname)