File: sendfile.S

package info (click to toggle)
dietlibc 0.33~cvs20120325-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,604 kB
  • sloc: ansic: 57,783; asm: 11,593; cpp: 1,856; makefile: 735; sh: 104; perl: 62
file content (6 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#include "syscalls.h"
#include "dietwarning.h"

syscall_weak(sendfile,sendfile,__libc_sendfile)

link_warning(sendfile,"sendfile is not portable")