Ignore:
Timestamp:
Jan 12, 2021, 12:57:59 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
35285fd
Parents:
58f99b3
Message:

clean-up handling of epoll so it's limited to one file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/types.hfa

    r58f99b3 rd48b174  
    131131        #endif
    132132
    133         struct epoll_event;
    134133        struct $io_ctx_thread;
    135         void __ioctx_register($io_ctx_thread & ctx, struct epoll_event & ev);
    136         void __ioctx_prepare_block($io_ctx_thread & ctx, struct epoll_event & ev);
     134        void __ioctx_register($io_ctx_thread & ctx);
     135        void __ioctx_prepare_block($io_ctx_thread & ctx);
    137136#endif
    138137
Note: See TracChangeset for help on using the changeset viewer.