OSDN Git Service

Revert delta 190174
[pf3gnuchains/gcc-fork.git] / libjava / classpath / include / gnu_java_nio_FileChannelImpl.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2
3 #include <jni.h>
4
5 #ifndef __gnu_java_nio_FileChannelImpl__
6 #define __gnu_java_nio_FileChannelImpl__
7
8 #ifdef __cplusplus
9 extern "C"
10 {
11 #endif
12
13
14 #undef gnu_java_nio_FileChannelImpl_READ
15 #define gnu_java_nio_FileChannelImpl_READ 1L
16 #undef gnu_java_nio_FileChannelImpl_WRITE
17 #define gnu_java_nio_FileChannelImpl_WRITE 2L
18 #undef gnu_java_nio_FileChannelImpl_APPEND
19 #define gnu_java_nio_FileChannelImpl_APPEND 4L
20 #undef gnu_java_nio_FileChannelImpl_EXCL
21 #define gnu_java_nio_FileChannelImpl_EXCL 8L
22 #undef gnu_java_nio_FileChannelImpl_SYNC
23 #define gnu_java_nio_FileChannelImpl_SYNC 16L
24 #undef gnu_java_nio_FileChannelImpl_DSYNC
25 #define gnu_java_nio_FileChannelImpl_DSYNC 32L
26
27 #ifdef __cplusplus
28 }
29 #endif
30
31 #endif /* __gnu_java_nio_FileChannelImpl__ */