aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/include/gnu_java_nio_VMSelector.h
blob: b570b28225230b5825161027f3bcc131175ece28 (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 */

#include <jni.h>

#ifndef __gnu_java_nio_VMSelector__
#define __gnu_java_nio_VMSelector__

#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__ */