summaryrefslogtreecommitdiff
path: root/libjava/classpath/include/gnu_java_nio_VMSelector.h
blob: 495f0108c5af2e00d0f5f80d798fe63ab7127c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* DO NOT EDIT THIS FILE - it is machine generated */

#ifndef __gnu_java_nio_VMSelector__
#define __gnu_java_nio_VMSelector__

#include <jni.h>

#ifdef __cplusplus
extern "C"
{
#endif

JNIEXPORT jint JNICALL Java_gnu_java_nio_VMSelector_select (JNIEnv *env, jclass, jintArray, jintArray, jintArray, jlong);

#ifdef __cplusplus
}
#endif

#endif /* __gnu_java_nio_VMSelector__ */