summaryrefslogblamecommitdiff
path: root/include/sys/sendfile.h
blob: 4bd3ec6ca396e52cddf085b825ff5cd7e8c67554 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                            
                                                        



                           




                  
#ifndef _SYS_INOTIFY_H
#define _SYS_INOTIFY_H

#ifdef __cplusplus
extern "C" {
#endif

#include <unistd.h>

ssize_t sendfile(int, int, off_t *, size_t);

#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)
#define sendfile64 sendfile
#define off64_t off_t
#endif

#ifdef __cplusplus
}
#endif

#endif