rktio: fix small header problems

This commit is contained in:
Matthew Flatt 2017-06-24 07:34:55 -06:00
parent 990a1d7154
commit c5022c5d4f
2 changed files with 0 additions and 4 deletions

View File

@ -2,8 +2,6 @@
#if defined(sun)
# include "uconfig.h"
# define USE_EXPLICT_FP_FORM_CHECK
# include <errno.h>

View File

@ -105,8 +105,6 @@ struct rktio_t {
/* Poll sets */
/*========================================================================*/
typedef struct rktio_poll_set_t rktio_poll_set_t;
void rktio_alloc_global_poll_set(rktio_t *rktio);
void rktio_free_global_poll_set(rktio_t *rktio);
int rktio_initialize_signal(rktio_t *rktio);