ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/def0.h
Revision: 1.2
Committed: Tue Apr 10 05:01:34 2012 UTC (12 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-4_17, rel-4_15, rel-4_18, rel-4_19
Changes since 1.1: +18 -0 lines
Log Message:
4.15

File Contents

# User Rev Content
1 root 1.1 #ifndef ENOSYS
2     #define ENOSYS 0
3     #endif
4     #ifndef EXDEV
5     #define EXDEV 0
6     #endif
7     #ifndef EBADR
8     #define EBADR 0
9     #endif
10     #ifndef O_RDONLY
11     #define O_RDONLY 0
12     #endif
13     #ifndef O_WRONLY
14     #define O_WRONLY 0
15     #endif
16     #ifndef O_RDWR
17     #define O_RDWR 0
18     #endif
19     #ifndef O_CREAT
20     #define O_CREAT 0
21     #endif
22     #ifndef O_TRUNC
23     #define O_TRUNC 0
24     #endif
25     #ifndef O_EXCL
26     #define O_EXCL 0
27     #endif
28     #ifndef O_APPEND
29     #define O_APPEND 0
30     #endif
31     #ifndef O_ASYNC
32     #define O_ASYNC 0
33     #endif
34     #ifndef O_DIRECT
35     #define O_DIRECT 0
36     #endif
37     #ifndef O_NOATIME
38     #define O_NOATIME 0
39     #endif
40     #ifndef O_CLOEXEC
41     #define O_CLOEXEC 0
42     #endif
43     #ifndef O_NOCTTY
44     #define O_NOCTTY 0
45     #endif
46     #ifndef O_NOFOLLOW
47     #define O_NOFOLLOW 0
48     #endif
49     #ifndef O_NONBLOCK
50     #define O_NONBLOCK 0
51     #endif
52     #ifndef O_EXEC
53     #define O_EXEC 0
54     #endif
55     #ifndef O_SEARCH
56     #define O_SEARCH 0
57     #endif
58     #ifndef O_DIRECTORY
59     #define O_DIRECTORY 0
60     #endif
61     #ifndef O_DSYNC
62     #define O_DSYNC 0
63     #endif
64     #ifndef O_RSYNC
65     #define O_RSYNC 0
66     #endif
67     #ifndef O_SYNC
68     #define O_SYNC 0
69     #endif
70     #ifndef O_TTY_INIT
71     #define O_TTY_INIT 0
72     #endif
73     #ifndef S_IFIFO
74     #define S_IFIFO 0
75     #endif
76     #ifndef S_IFCHR
77     #define S_IFCHR 0
78     #endif
79     #ifndef S_IFBLK
80     #define S_IFBLK 0
81     #endif
82     #ifndef S_IFLNK
83     #define S_IFLNK 0
84     #endif
85     #ifndef S_IFREG
86     #define S_IFREG 0
87     #endif
88     #ifndef S_IFDIR
89     #define S_IFDIR 0
90     #endif
91     #ifndef S_IFWHT
92     #define S_IFWHT 0
93     #endif
94     #ifndef S_IFSOCK
95     #define S_IFSOCK 0
96     #endif
97     #ifndef S_IFMT
98     #define S_IFMT 0
99     #endif
100     #ifndef POSIX_FADV_NORMAL
101     #define POSIX_FADV_NORMAL 0
102     #endif
103     #ifndef POSIX_FADV_SEQUENTIAL
104     #define POSIX_FADV_SEQUENTIAL 0
105     #endif
106     #ifndef POSIX_FADV_RANDOM
107     #define POSIX_FADV_RANDOM 0
108     #endif
109     #ifndef POSIX_FADV_NOREUSE
110     #define POSIX_FADV_NOREUSE 0
111     #endif
112     #ifndef POSIX_FADV_WILLNEED
113     #define POSIX_FADV_WILLNEED 0
114     #endif
115     #ifndef POSIX_FADV_DONTNEED
116     #define POSIX_FADV_DONTNEED 0
117     #endif
118     #ifndef POSIX_MADV_NORMAL
119     #define POSIX_MADV_NORMAL 0
120     #endif
121     #ifndef POSIX_MADV_SEQUENTIAL
122     #define POSIX_MADV_SEQUENTIAL 0
123     #endif
124     #ifndef POSIX_MADV_RANDOM
125     #define POSIX_MADV_RANDOM 0
126     #endif
127     #ifndef POSIX_MADV_WILLNEED
128     #define POSIX_MADV_WILLNEED 0
129     #endif
130     #ifndef POSIX_MADV_DONTNEED
131     #define POSIX_MADV_DONTNEED 0
132     #endif
133     #ifndef ST_RDONLY
134     #define ST_RDONLY 0
135     #endif
136     #ifndef ST_NOSUID
137     #define ST_NOSUID 0
138     #endif
139     #ifndef ST_NODEV
140     #define ST_NODEV 0
141     #endif
142     #ifndef ST_NOEXEC
143     #define ST_NOEXEC 0
144     #endif
145     #ifndef ST_SYNCHRONOUS
146     #define ST_SYNCHRONOUS 0
147     #endif
148     #ifndef ST_MANDLOCK
149     #define ST_MANDLOCK 0
150     #endif
151     #ifndef ST_WRITE
152     #define ST_WRITE 0
153     #endif
154     #ifndef ST_APPEND
155     #define ST_APPEND 0
156     #endif
157     #ifndef ST_IMMUTABLE
158     #define ST_IMMUTABLE 0
159     #endif
160     #ifndef ST_NOATIME
161     #define ST_NOATIME 0
162     #endif
163     #ifndef ST_NODIRATIME
164     #define ST_NODIRATIME 0
165     #endif
166     #ifndef ST_RELATIME
167     #define ST_RELATIME 0
168     #endif
169     #ifndef PROT_NONE
170     #define PROT_NONE 0
171     #endif
172     #ifndef PROT_EXEC
173     #define PROT_EXEC 0
174     #endif
175     #ifndef PROT_READ
176     #define PROT_READ 0
177     #endif
178     #ifndef PROT_WRITE
179     #define PROT_WRITE 0
180     #endif
181     #ifndef MAP_PRIVATE
182     #define MAP_PRIVATE 0
183     #endif
184     #ifndef MAP_SHARED
185     #define MAP_SHARED 0
186     #endif
187     #ifndef MAP_ANONYMOUS
188     #define MAP_ANONYMOUS 0
189     #endif
190     #ifndef MAP_HUGETLB
191     #define MAP_HUGETLB 0
192     #endif
193     #ifndef MAP_LOCKED
194     #define MAP_LOCKED 0
195     #endif
196     #ifndef MAP_NORESERVE
197     #define MAP_NORESERVE 0
198     #endif
199     #ifndef MAP_POPULATE
200     #define MAP_POPULATE 0
201     #endif
202     #ifndef MAP_NONBLOCK
203     #define MAP_NONBLOCK 0
204     #endif
205     #ifndef FIEMAP_FLAG_SYNC
206     #define FIEMAP_FLAG_SYNC 0
207     #endif
208     #ifndef FIEMAP_FLAG_XATTR
209     #define FIEMAP_FLAG_XATTR 0
210     #endif
211     #ifndef FIEMAP_FLAGS_COMPAT
212     #define FIEMAP_FLAGS_COMPAT 0
213     #endif
214     #ifndef FIEMAP_EXTENT_LAST
215     #define FIEMAP_EXTENT_LAST 0
216     #endif
217     #ifndef FIEMAP_EXTENT_UNKNOWN
218     #define FIEMAP_EXTENT_UNKNOWN 0
219     #endif
220     #ifndef FIEMAP_EXTENT_DELALLOC
221     #define FIEMAP_EXTENT_DELALLOC 0
222     #endif
223     #ifndef FIEMAP_EXTENT_ENCODED
224     #define FIEMAP_EXTENT_ENCODED 0
225     #endif
226     #ifndef FIEMAP_EXTENT_DATA_ENCRYPTED
227     #define FIEMAP_EXTENT_DATA_ENCRYPTED 0
228     #endif
229     #ifndef FIEMAP_EXTENT_NOT_ALIGNED
230     #define FIEMAP_EXTENT_NOT_ALIGNED 0
231     #endif
232     #ifndef FIEMAP_EXTENT_DATA_INLINE
233     #define FIEMAP_EXTENT_DATA_INLINE 0
234     #endif
235     #ifndef FIEMAP_EXTENT_DATA_TAIL
236     #define FIEMAP_EXTENT_DATA_TAIL 0
237     #endif
238     #ifndef FIEMAP_EXTENT_UNWRITTEN
239     #define FIEMAP_EXTENT_UNWRITTEN 0
240     #endif
241     #ifndef FIEMAP_EXTENT_MERGED
242     #define FIEMAP_EXTENT_MERGED 0
243     #endif
244     #ifndef FIEMAP_EXTENT_SHARED
245     #define FIEMAP_EXTENT_SHARED 0
246     #endif
247 root 1.2 #ifndef SPLICE_F_MOVE
248     #define SPLICE_F_MOVE 0
249     #endif
250     #ifndef SPLICE_F_NONBLOCK
251     #define SPLICE_F_NONBLOCK 0
252     #endif
253     #ifndef SPLICE_F_MORE
254     #define SPLICE_F_MORE 0
255     #endif
256     #ifndef SPLICE_F_GIFT
257     #define SPLICE_F_GIFT 0
258     #endif
259     #ifndef SEEK_DATA
260     #define SEEK_DATA 0
261     #endif
262     #ifndef SEEK_HOLE
263     #define SEEK_HOLE 0
264     #endif