diff options
Diffstat (limited to 'libjava/classpath/include/gnu_java_nio_EpollSelectorImpl.h')
| -rw-r--r-- | libjava/classpath/include/gnu_java_nio_EpollSelectorImpl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/classpath/include/gnu_java_nio_EpollSelectorImpl.h b/libjava/classpath/include/gnu_java_nio_EpollSelectorImpl.h index 0e43d1ce9fc..71747a96025 100644 --- a/libjava/classpath/include/gnu_java_nio_EpollSelectorImpl.h +++ b/libjava/classpath/include/gnu_java_nio_EpollSelectorImpl.h @@ -1,10 +1,10 @@ /* DO NOT EDIT THIS FILE - it is machine generated */ +#include <jni.h> + #ifndef __gnu_java_nio_EpollSelectorImpl__ #define __gnu_java_nio_EpollSelectorImpl__ -#include <jni.h> - #ifdef __cplusplus extern "C" { @@ -19,6 +19,7 @@ JNIEXPORT void JNICALL Java_gnu_java_nio_EpollSelectorImpl_epoll_1delete (JNIEnv JNIEXPORT jint JNICALL Java_gnu_java_nio_EpollSelectorImpl_epoll_1wait (JNIEnv *env, jclass, jint, jobject, jint, jint); JNIEXPORT jint JNICALL Java_gnu_java_nio_EpollSelectorImpl_selected_1fd (JNIEnv *env, jclass, jobject); JNIEXPORT jint JNICALL Java_gnu_java_nio_EpollSelectorImpl_selected_1ops (JNIEnv *env, jclass, jobject); + #undef gnu_java_nio_EpollSelectorImpl_DEFAULT_EPOLL_SIZE #define gnu_java_nio_EpollSelectorImpl_DEFAULT_EPOLL_SIZE 128L #undef gnu_java_nio_EpollSelectorImpl_OP_ACCEPT |

