blob: 12dee085eea6e2aa831c59a427229ff0146144f1 [file] [log] [blame]
Elliott Hughes896362e2017-08-24 16:31:49 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(syncfs)
6 movl $__NR_syncfs, %eax
7 syscall
8 cmpq $-MAX_ERRNO, %rax
9 jb 1f
10 negl %eax
11 movl %eax, %edi
12 call __set_errno_internal
131:
14 ret
15END(syncfs)