ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/def0.h
(Generate patch)

Comparing IO-AIO/def0.h (file contents):
Revision 1.3 by root, Sat Jan 25 00:15:52 2014 UTC vs.
Revision 1.7 by root, Mon Jul 18 07:48:26 2016 UTC

7#define EXDEV 0 7#define EXDEV 0
8#endif 8#endif
9#ifndef EBADR 9#ifndef EBADR
10#define EBADR 0 10#define EBADR 0
11#endif 11#endif
12#ifndef SEEK_DATA
13#define SEEK_DATA 0
14#endif
15#ifndef SEEK_HOLE
16#define SEEK_HOLE 0
17#endif
18#ifndef POSIX_FADV_NORMAL
19#define POSIX_FADV_NORMAL 0
20#endif
21#ifndef POSIX_FADV_SEQUENTIAL
22#define POSIX_FADV_SEQUENTIAL 0
23#endif
24#ifndef POSIX_FADV_RANDOM
25#define POSIX_FADV_RANDOM 0
26#endif
27#ifndef POSIX_FADV_NOREUSE
28#define POSIX_FADV_NOREUSE 0
29#endif
30#ifndef POSIX_FADV_WILLNEED
31#define POSIX_FADV_WILLNEED 0
32#endif
33#ifndef POSIX_FADV_DONTNEED
34#define POSIX_FADV_DONTNEED 0
35#endif
36#ifndef POSIX_MADV_NORMAL
37#define POSIX_MADV_NORMAL 0
38#endif
39#ifndef POSIX_MADV_SEQUENTIAL
40#define POSIX_MADV_SEQUENTIAL 0
41#endif
42#ifndef POSIX_MADV_RANDOM
43#define POSIX_MADV_RANDOM 0
44#endif
45#ifndef POSIX_MADV_WILLNEED
46#define POSIX_MADV_WILLNEED 0
47#endif
48#ifndef POSIX_MADV_DONTNEED
49#define POSIX_MADV_DONTNEED 0
50#endif
51#ifndef POSIX_MADV_FREE
52#define POSIX_MADV_FREE 0
53#endif
12#ifndef O_RDONLY 54#ifndef O_RDONLY
13#define O_RDONLY 0 55#define O_RDONLY 0
14#endif 56#endif
15#ifndef O_WRONLY 57#ifndef O_WRONLY
16#define O_WRONLY 0 58#define O_WRONLY 0
67#define O_RSYNC 0 109#define O_RSYNC 0
68#endif 110#endif
69#ifndef O_SYNC 111#ifndef O_SYNC
70#define O_SYNC 0 112#define O_SYNC 0
71#endif 113#endif
114#ifndef O_PATH
115#define O_PATH 0
116#endif
117#ifndef O_TMPFILE
118#define O_TMPFILE 0
119#endif
72#ifndef O_TTY_INIT 120#ifndef O_TTY_INIT
73#define O_TTY_INIT 0 121#define O_TTY_INIT 0
74#endif 122#endif
75#ifndef S_IFIFO 123#ifndef S_IFIFO
76#define S_IFIFO 0 124#define S_IFIFO 0
97#define S_IFSOCK 0 145#define S_IFSOCK 0
98#endif 146#endif
99#ifndef S_IFMT 147#ifndef S_IFMT
100#define S_IFMT 0 148#define S_IFMT 0
101#endif 149#endif
102#ifndef POSIX_FADV_NORMAL
103#define POSIX_FADV_NORMAL 0
104#endif
105#ifndef POSIX_FADV_SEQUENTIAL
106#define POSIX_FADV_SEQUENTIAL 0
107#endif
108#ifndef POSIX_FADV_RANDOM
109#define POSIX_FADV_RANDOM 0
110#endif
111#ifndef POSIX_FADV_NOREUSE
112#define POSIX_FADV_NOREUSE 0
113#endif
114#ifndef POSIX_FADV_WILLNEED
115#define POSIX_FADV_WILLNEED 0
116#endif
117#ifndef POSIX_FADV_DONTNEED
118#define POSIX_FADV_DONTNEED 0
119#endif
120#ifndef POSIX_MADV_NORMAL
121#define POSIX_MADV_NORMAL 0
122#endif
123#ifndef POSIX_MADV_SEQUENTIAL
124#define POSIX_MADV_SEQUENTIAL 0
125#endif
126#ifndef POSIX_MADV_RANDOM
127#define POSIX_MADV_RANDOM 0
128#endif
129#ifndef POSIX_MADV_WILLNEED
130#define POSIX_MADV_WILLNEED 0
131#endif
132#ifndef POSIX_MADV_DONTNEED
133#define POSIX_MADV_DONTNEED 0
134#endif
135#ifndef ST_RDONLY 150#ifndef ST_RDONLY
136#define ST_RDONLY 0 151#define ST_RDONLY 0
137#endif 152#endif
138#ifndef ST_NOSUID 153#ifndef ST_NOSUID
139#define ST_NOSUID 0 154#define ST_NOSUID 0
184#define MAP_PRIVATE 0 199#define MAP_PRIVATE 0
185#endif 200#endif
186#ifndef MAP_SHARED 201#ifndef MAP_SHARED
187#define MAP_SHARED 0 202#define MAP_SHARED 0
188#endif 203#endif
204#ifndef MAP_FIXED
205#define MAP_FIXED 0
206#endif
189#ifndef MAP_ANONYMOUS 207#ifndef MAP_ANONYMOUS
190#define MAP_ANONYMOUS 0 208#define MAP_ANONYMOUS 0
191#endif 209#endif
210#ifndef MAP_LOCKED
211#define MAP_LOCKED 0
212#endif
213#ifndef MAP_NORESERVE
214#define MAP_NORESERVE 0
215#endif
216#ifndef MAP_POPULATE
217#define MAP_POPULATE 0
218#endif
219#ifndef MAP_NONBLOCK
220#define MAP_NONBLOCK 0
221#endif
222#ifndef MAP_GROWSDOWN
223#define MAP_GROWSDOWN 0
224#endif
225#ifndef MAP_32BIT
226#define MAP_32BIT 0
227#endif
192#ifndef MAP_HUGETLB 228#ifndef MAP_HUGETLB
193#define MAP_HUGETLB 0 229#define MAP_HUGETLB 0
194#endif 230#endif
195#ifndef MAP_LOCKED 231#ifndef MAP_STACK
196#define MAP_LOCKED 0 232#define MAP_STACK 0
197#endif 233#endif
198#ifndef MAP_NORESERVE 234#ifndef FIFREEZE
199#define MAP_NORESERVE 0 235#define FIFREEZE 0
200#endif 236#endif
201#ifndef MAP_POPULATE 237#ifndef FITHAW
202#define MAP_POPULATE 0 238#define FITHAW 0
203#endif 239#endif
204#ifndef MAP_NONBLOCK 240#ifndef FITRIM
205#define MAP_NONBLOCK 0 241#define FITRIM 0
242#endif
243#ifndef FICLONE
244#define FICLONE 0
245#endif
246#ifndef FICLONERANGE
247#define FICLONERANGE 0
248#endif
249#ifndef FIDEDUPERANGE
250#define FIDEDUPERANGE 0
251#endif
252#ifndef FS_IOC_GETFLAGS
253#define FS_IOC_GETFLAGS 0
254#endif
255#ifndef FS_IOC_SETFLAGS
256#define FS_IOC_SETFLAGS 0
257#endif
258#ifndef FS_IOC_GETVERSION
259#define FS_IOC_GETVERSION 0
260#endif
261#ifndef FS_IOC_SETVERSION
262#define FS_IOC_SETVERSION 0
263#endif
264#ifndef FS_IOC_FIEMAP
265#define FS_IOC_FIEMAP 0
266#endif
267#ifndef FS_IOC_FSGETXATTR
268#define FS_IOC_FSGETXATTR 0
269#endif
270#ifndef FS_IOC_FSSETXATTR
271#define FS_IOC_FSSETXATTR 0
272#endif
273#ifndef FS_IOC_SET_ENCRYPTION_POLICY
274#define FS_IOC_SET_ENCRYPTION_POLICY 0
275#endif
276#ifndef FS_IOC_GET_ENCRYPTION_PWSALT
277#define FS_IOC_GET_ENCRYPTION_PWSALT 0
278#endif
279#ifndef FS_IOC_GET_ENCRYPTION_POLICY
280#define FS_IOC_GET_ENCRYPTION_POLICY 0
281#endif
282#ifndef FS_KEY_DESCRIPTOR_SIZE
283#define FS_KEY_DESCRIPTOR_SIZE 0
284#endif
285#ifndef FS_SECRM_FL
286#define FS_SECRM_FL 0
287#endif
288#ifndef FS_UNRM_FL
289#define FS_UNRM_FL 0
290#endif
291#ifndef FS_COMPR_FL
292#define FS_COMPR_FL 0
293#endif
294#ifndef FS_SYNC_FL
295#define FS_SYNC_FL 0
296#endif
297#ifndef FS_IMMUTABLE_FL
298#define FS_IMMUTABLE_FL 0
299#endif
300#ifndef FS_APPEND_FL
301#define FS_APPEND_FL 0
302#endif
303#ifndef FS_NODUMP_FL
304#define FS_NODUMP_FL 0
305#endif
306#ifndef FS_NOATIME_FL
307#define FS_NOATIME_FL 0
308#endif
309#ifndef FS_DIRTY_FL
310#define FS_DIRTY_FL 0
311#endif
312#ifndef FS_COMPRBLK_FL
313#define FS_COMPRBLK_FL 0
314#endif
315#ifndef FS_NOCOMP_FL
316#define FS_NOCOMP_FL 0
317#endif
318#ifndef FS_ENCRYPT_FL
319#define FS_ENCRYPT_FL 0
320#endif
321#ifndef FS_BTREE_FL
322#define FS_BTREE_FL 0
323#endif
324#ifndef FS_INDEX_FL
325#define FS_INDEX_FL 0
326#endif
327#ifndef FS_JOURNAL_DATA_FL
328#define FS_JOURNAL_DATA_FL 0
329#endif
330#ifndef FS_NOTAIL_FL
331#define FS_NOTAIL_FL 0
332#endif
333#ifndef FS_DIRSYNC_FL
334#define FS_DIRSYNC_FL 0
335#endif
336#ifndef FS_TOPDIR_FL
337#define FS_TOPDIR_FL 0
338#endif
339#ifndef FS_FL_USER_MODIFIABLE
340#define FS_FL_USER_MODIFIABLE 0
341#endif
342#ifndef FS_XFLAG_REALTIME
343#define FS_XFLAG_REALTIME 0
344#endif
345#ifndef FS_XFLAG_PREALLOC
346#define FS_XFLAG_PREALLOC 0
347#endif
348#ifndef FS_XFLAG_IMMUTABLE
349#define FS_XFLAG_IMMUTABLE 0
350#endif
351#ifndef FS_XFLAG_APPEND
352#define FS_XFLAG_APPEND 0
353#endif
354#ifndef FS_XFLAG_SYNC
355#define FS_XFLAG_SYNC 0
356#endif
357#ifndef FS_XFLAG_NOATIME
358#define FS_XFLAG_NOATIME 0
359#endif
360#ifndef FS_XFLAG_NODUMP
361#define FS_XFLAG_NODUMP 0
362#endif
363#ifndef FS_XFLAG_RTINHERIT
364#define FS_XFLAG_RTINHERIT 0
365#endif
366#ifndef FS_XFLAG_PROJINHERIT
367#define FS_XFLAG_PROJINHERIT 0
368#endif
369#ifndef FS_XFLAG_NOSYMLINKS
370#define FS_XFLAG_NOSYMLINKS 0
371#endif
372#ifndef FS_XFLAG_EXTSIZE
373#define FS_XFLAG_EXTSIZE 0
374#endif
375#ifndef FS_XFLAG_EXTSZINHERIT
376#define FS_XFLAG_EXTSZINHERIT 0
377#endif
378#ifndef FS_XFLAG_NODEFRAG
379#define FS_XFLAG_NODEFRAG 0
380#endif
381#ifndef FS_XFLAG_FILESTREAM
382#define FS_XFLAG_FILESTREAM 0
383#endif
384#ifndef FS_XFLAG_DAX
385#define FS_XFLAG_DAX 0
386#endif
387#ifndef FS_XFLAG_HASATTR
388#define FS_XFLAG_HASATTR 0
206#endif 389#endif
207#ifndef FIEMAP_FLAG_SYNC 390#ifndef FIEMAP_FLAG_SYNC
208#define FIEMAP_FLAG_SYNC 0 391#define FIEMAP_FLAG_SYNC 0
209#endif 392#endif
210#ifndef FIEMAP_FLAG_XATTR 393#ifndef FIEMAP_FLAG_XATTR
256#define SPLICE_F_MORE 0 439#define SPLICE_F_MORE 0
257#endif 440#endif
258#ifndef SPLICE_F_GIFT 441#ifndef SPLICE_F_GIFT
259#define SPLICE_F_GIFT 0 442#define SPLICE_F_GIFT 0
260#endif 443#endif
261#ifndef SEEK_DATA
262#define SEEK_DATA 0
263#endif
264#ifndef SEEK_HOLE
265#define SEEK_HOLE 0
266#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines