ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/def0.h
Revision: 1.5
Committed: Sun May 1 17:19:39 2016 UTC (8 years ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-4_34
Changes since 1.4: +54 -42 lines
Log Message:
4.34

File Contents

# User Rev Content
1 root 1.3 /* GENERATED FILE */
2     /* use ./gendef0 to regenerate this file */
3 root 1.1 #ifndef ENOSYS
4     #define ENOSYS 0
5     #endif
6     #ifndef EXDEV
7     #define EXDEV 0
8     #endif
9     #ifndef EBADR
10     #define EBADR 0
11     #endif
12 root 1.5 #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 root 1.1 #ifndef O_RDONLY
52     #define O_RDONLY 0
53     #endif
54     #ifndef O_WRONLY
55     #define O_WRONLY 0
56     #endif
57     #ifndef O_RDWR
58     #define O_RDWR 0
59     #endif
60     #ifndef O_CREAT
61     #define O_CREAT 0
62     #endif
63     #ifndef O_TRUNC
64     #define O_TRUNC 0
65     #endif
66     #ifndef O_EXCL
67     #define O_EXCL 0
68     #endif
69     #ifndef O_APPEND
70     #define O_APPEND 0
71     #endif
72     #ifndef O_ASYNC
73     #define O_ASYNC 0
74     #endif
75     #ifndef O_DIRECT
76     #define O_DIRECT 0
77     #endif
78     #ifndef O_NOATIME
79     #define O_NOATIME 0
80     #endif
81     #ifndef O_CLOEXEC
82     #define O_CLOEXEC 0
83     #endif
84     #ifndef O_NOCTTY
85     #define O_NOCTTY 0
86     #endif
87     #ifndef O_NOFOLLOW
88     #define O_NOFOLLOW 0
89     #endif
90     #ifndef O_NONBLOCK
91     #define O_NONBLOCK 0
92     #endif
93     #ifndef O_EXEC
94     #define O_EXEC 0
95     #endif
96     #ifndef O_SEARCH
97     #define O_SEARCH 0
98     #endif
99     #ifndef O_DIRECTORY
100     #define O_DIRECTORY 0
101     #endif
102     #ifndef O_DSYNC
103     #define O_DSYNC 0
104     #endif
105     #ifndef O_RSYNC
106     #define O_RSYNC 0
107     #endif
108     #ifndef O_SYNC
109     #define O_SYNC 0
110     #endif
111 root 1.4 #ifndef O_PATH
112     #define O_PATH 0
113     #endif
114     #ifndef O_TMPFILE
115     #define O_TMPFILE 0
116     #endif
117 root 1.1 #ifndef O_TTY_INIT
118     #define O_TTY_INIT 0
119     #endif
120     #ifndef S_IFIFO
121     #define S_IFIFO 0
122     #endif
123     #ifndef S_IFCHR
124     #define S_IFCHR 0
125     #endif
126     #ifndef S_IFBLK
127     #define S_IFBLK 0
128     #endif
129     #ifndef S_IFLNK
130     #define S_IFLNK 0
131     #endif
132     #ifndef S_IFREG
133     #define S_IFREG 0
134     #endif
135     #ifndef S_IFDIR
136     #define S_IFDIR 0
137     #endif
138     #ifndef S_IFWHT
139     #define S_IFWHT 0
140     #endif
141     #ifndef S_IFSOCK
142     #define S_IFSOCK 0
143     #endif
144     #ifndef S_IFMT
145     #define S_IFMT 0
146     #endif
147     #ifndef ST_RDONLY
148     #define ST_RDONLY 0
149     #endif
150     #ifndef ST_NOSUID
151     #define ST_NOSUID 0
152     #endif
153     #ifndef ST_NODEV
154     #define ST_NODEV 0
155     #endif
156     #ifndef ST_NOEXEC
157     #define ST_NOEXEC 0
158     #endif
159     #ifndef ST_SYNCHRONOUS
160     #define ST_SYNCHRONOUS 0
161     #endif
162     #ifndef ST_MANDLOCK
163     #define ST_MANDLOCK 0
164     #endif
165     #ifndef ST_WRITE
166     #define ST_WRITE 0
167     #endif
168     #ifndef ST_APPEND
169     #define ST_APPEND 0
170     #endif
171     #ifndef ST_IMMUTABLE
172     #define ST_IMMUTABLE 0
173     #endif
174     #ifndef ST_NOATIME
175     #define ST_NOATIME 0
176     #endif
177     #ifndef ST_NODIRATIME
178     #define ST_NODIRATIME 0
179     #endif
180     #ifndef ST_RELATIME
181     #define ST_RELATIME 0
182     #endif
183     #ifndef PROT_NONE
184     #define PROT_NONE 0
185     #endif
186     #ifndef PROT_EXEC
187     #define PROT_EXEC 0
188     #endif
189     #ifndef PROT_READ
190     #define PROT_READ 0
191     #endif
192     #ifndef PROT_WRITE
193     #define PROT_WRITE 0
194     #endif
195     #ifndef MAP_PRIVATE
196     #define MAP_PRIVATE 0
197     #endif
198     #ifndef MAP_SHARED
199     #define MAP_SHARED 0
200     #endif
201 root 1.5 #ifndef MAP_FIXED
202     #define MAP_FIXED 0
203     #endif
204 root 1.1 #ifndef MAP_ANONYMOUS
205     #define MAP_ANONYMOUS 0
206     #endif
207     #ifndef MAP_LOCKED
208     #define MAP_LOCKED 0
209     #endif
210     #ifndef MAP_NORESERVE
211     #define MAP_NORESERVE 0
212     #endif
213     #ifndef MAP_POPULATE
214     #define MAP_POPULATE 0
215     #endif
216     #ifndef MAP_NONBLOCK
217     #define MAP_NONBLOCK 0
218     #endif
219 root 1.5 #ifndef MAP_GROWSDOWN
220     #define MAP_GROWSDOWN 0
221     #endif
222     #ifndef MAP_32BIT
223     #define MAP_32BIT 0
224     #endif
225     #ifndef MAP_HUGETLB
226     #define MAP_HUGETLB 0
227     #endif
228     #ifndef MAP_STACK
229     #define MAP_STACK 0
230     #endif
231 root 1.1 #ifndef FIEMAP_FLAG_SYNC
232     #define FIEMAP_FLAG_SYNC 0
233     #endif
234     #ifndef FIEMAP_FLAG_XATTR
235     #define FIEMAP_FLAG_XATTR 0
236     #endif
237     #ifndef FIEMAP_FLAGS_COMPAT
238     #define FIEMAP_FLAGS_COMPAT 0
239     #endif
240     #ifndef FIEMAP_EXTENT_LAST
241     #define FIEMAP_EXTENT_LAST 0
242     #endif
243     #ifndef FIEMAP_EXTENT_UNKNOWN
244     #define FIEMAP_EXTENT_UNKNOWN 0
245     #endif
246     #ifndef FIEMAP_EXTENT_DELALLOC
247     #define FIEMAP_EXTENT_DELALLOC 0
248     #endif
249     #ifndef FIEMAP_EXTENT_ENCODED
250     #define FIEMAP_EXTENT_ENCODED 0
251     #endif
252     #ifndef FIEMAP_EXTENT_DATA_ENCRYPTED
253     #define FIEMAP_EXTENT_DATA_ENCRYPTED 0
254     #endif
255     #ifndef FIEMAP_EXTENT_NOT_ALIGNED
256     #define FIEMAP_EXTENT_NOT_ALIGNED 0
257     #endif
258     #ifndef FIEMAP_EXTENT_DATA_INLINE
259     #define FIEMAP_EXTENT_DATA_INLINE 0
260     #endif
261     #ifndef FIEMAP_EXTENT_DATA_TAIL
262     #define FIEMAP_EXTENT_DATA_TAIL 0
263     #endif
264     #ifndef FIEMAP_EXTENT_UNWRITTEN
265     #define FIEMAP_EXTENT_UNWRITTEN 0
266     #endif
267     #ifndef FIEMAP_EXTENT_MERGED
268     #define FIEMAP_EXTENT_MERGED 0
269     #endif
270     #ifndef FIEMAP_EXTENT_SHARED
271     #define FIEMAP_EXTENT_SHARED 0
272     #endif
273 root 1.2 #ifndef SPLICE_F_MOVE
274     #define SPLICE_F_MOVE 0
275     #endif
276     #ifndef SPLICE_F_NONBLOCK
277     #define SPLICE_F_NONBLOCK 0
278     #endif
279     #ifndef SPLICE_F_MORE
280     #define SPLICE_F_MORE 0
281     #endif
282     #ifndef SPLICE_F_GIFT
283     #define SPLICE_F_GIFT 0
284     #endif