rktio: fix small header problems
This commit is contained in:
parent
990a1d7154
commit
c5022c5d4f
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
#if defined(sun)
|
#if defined(sun)
|
||||||
|
|
||||||
# include "uconfig.h"
|
|
||||||
|
|
||||||
# define USE_EXPLICT_FP_FORM_CHECK
|
# define USE_EXPLICT_FP_FORM_CHECK
|
||||||
|
|
||||||
# include <errno.h>
|
# include <errno.h>
|
||||||
|
|
|
@ -105,8 +105,6 @@ struct rktio_t {
|
||||||
/* Poll sets */
|
/* Poll sets */
|
||||||
/*========================================================================*/
|
/*========================================================================*/
|
||||||
|
|
||||||
typedef struct rktio_poll_set_t rktio_poll_set_t;
|
|
||||||
|
|
||||||
void rktio_alloc_global_poll_set(rktio_t *rktio);
|
void rktio_alloc_global_poll_set(rktio_t *rktio);
|
||||||
void rktio_free_global_poll_set(rktio_t *rktio);
|
void rktio_free_global_poll_set(rktio_t *rktio);
|
||||||
int rktio_initialize_signal(rktio_t *rktio);
|
int rktio_initialize_signal(rktio_t *rktio);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user