summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2005-02-21 17:42:35 +0000
committerMichael Koch <konqueror@gmx.de>2005-02-21 17:42:35 +0000
commit8a335145175062af1dd74228ecaa75181cf9a9c6 (patch)
tree7ae2af4946bd70579081e82ac4c2f544c04a96e9 /include
parenta31a321038a82abfcc39f5973f75ef9b44ef2669 (diff)
downloadclasspath-8a335145175062af1dd74228ecaa75181cf9a9c6.tar.gz
2005-02-21 Michael Koch <konqueror@gmx.de>
* include/gnu_java_nio_channels_FileChannelImpl.h: Regenerated.
Diffstat (limited to 'include')
-rw-r--r--include/gnu_java_nio_channels_FileChannelImpl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/gnu_java_nio_channels_FileChannelImpl.h b/include/gnu_java_nio_channels_FileChannelImpl.h
index 2795e945f..514c1b38b 100644
--- a/include/gnu_java_nio_channels_FileChannelImpl.h
+++ b/include/gnu_java_nio_channels_FileChannelImpl.h
@@ -25,6 +25,18 @@ JNIEXPORT void JNICALL Java_gnu_java_nio_channels_FileChannelImpl_write___3BII (
JNIEXPORT void JNICALL Java_gnu_java_nio_channels_FileChannelImpl_write__I (JNIEnv *env, jobject, jint);
JNIEXPORT jobject JNICALL Java_gnu_java_nio_channels_FileChannelImpl_mapImpl (JNIEnv *env, jobject, jchar, jlong, jint);
JNIEXPORT jboolean JNICALL Java_gnu_java_nio_channels_FileChannelImpl_lock (JNIEnv *env, jobject, jlong, jlong, jboolean, jboolean);
+#undef gnu_java_nio_channels_FileChannelImpl_READ
+#define gnu_java_nio_channels_FileChannelImpl_READ 1L
+#undef gnu_java_nio_channels_FileChannelImpl_WRITE
+#define gnu_java_nio_channels_FileChannelImpl_WRITE 2L
+#undef gnu_java_nio_channels_FileChannelImpl_APPEND
+#define gnu_java_nio_channels_FileChannelImpl_APPEND 4L
+#undef gnu_java_nio_channels_FileChannelImpl_EXCL
+#define gnu_java_nio_channels_FileChannelImpl_EXCL 8L
+#undef gnu_java_nio_channels_FileChannelImpl_SYNC
+#define gnu_java_nio_channels_FileChannelImpl_SYNC 16L
+#undef gnu_java_nio_channels_FileChannelImpl_DSYNC
+#define gnu_java_nio_channels_FileChannelImpl_DSYNC 32L
#ifdef __cplusplus
}