2014-07-31 00:05:09 +02:00
|
|
|
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
|
|
|
|
ENTRY(setfsuid)
|
|
|
|
movl $__NR_setfsuid, %eax
|
|
|
|
syscall
|
|
|
|
cmpq $-MAX_ERRNO, %rax
|
|
|
|
jb 1f
|
|
|
|
negl %eax
|
|
|
|
movl %eax, %edi
|
2014-08-07 19:46:42 +02:00
|
|
|
call PIC_PLT(__set_errno)
|
2014-07-31 00:05:09 +02:00
|
|
|
1:
|
|
|
|
ret
|
|
|
|
END(setfsuid)
|