File: fdatasync.S

package info (click to toggle)
dietlibc 0.28-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,048 kB
  • ctags: 18,576
  • sloc: ansic: 50,423; asm: 9,801; cpp: 1,824; makefile: 628; sh: 101; perl: 62
file content (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#include "syscalls.h"

#ifndef __NR_fdatasync
#define __NR_fdatasync __NR_fsync
#endif
syscall_weak(fdatasync,fdatasync,__libc_fdatasync)