fixed builtin problem on alpha
[cacao.git] / nat / gnu_java_nio_SelectorImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _GNU_JAVA_NIO_SELECTORIMPL_H
4 #define _GNU_JAVA_NIO_SELECTORIMPL_H
5
6 /* Structure information for class: gnu/java/nio/SelectorImpl */
7
8 typedef struct gnu_java_nio_SelectorImpl {
9    java_objectheader header;
10    s4 closed;
11    struct java_nio_channels_spi_SelectorProvider* provider;
12    s4 closed0;
13    struct java_util_Set* keys;
14    struct java_util_Set* selected;
15    struct java_util_Set* canceled;
16 } gnu_java_nio_SelectorImpl;
17
18 #endif
19