blob: 6fe39eb54fba6812aec77864a20f2f4748fb3edf [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <linux/err.h>
#include <asm/unistd.h>
.text
.type getsid, @function
.globl getsid
.align 4
getsid:
pushl %ebx
mov 8(%esp), %ebx
movl $__NR_getsid, %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