all-in-one: rebuild
This commit is contained in:
parent
cac4027ca4
commit
d9b8298ccb
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright Bert Belder. All rights reserved.
|
||||
* Copyright 2012-2017, Bert Belder. All rights reserved.
|
||||
*
|
||||
* The red-black tree implementation:
|
||||
* Copyright 2002 Niels Provos <provos@citi.umich.edu> All rights reserved.
|
||||
@ -93,14 +93,14 @@ WEPOLL_EXPORT HANDLE epoll_create1(int flags);
|
||||
WEPOLL_EXPORT int epoll_close(HANDLE ephnd);
|
||||
|
||||
WEPOLL_EXPORT int epoll_ctl(HANDLE ephnd,
|
||||
int op,
|
||||
SOCKET sock,
|
||||
struct epoll_event* event);
|
||||
int op,
|
||||
SOCKET sock,
|
||||
struct epoll_event* event);
|
||||
|
||||
WEPOLL_EXPORT int epoll_wait(HANDLE ephnd,
|
||||
struct epoll_event* events,
|
||||
int maxevents,
|
||||
int timeout);
|
||||
struct epoll_event* events,
|
||||
int maxevents,
|
||||
int timeout);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright Bert Belder. All rights reserved.
|
||||
* Copyright 2012-2017, Bert Belder. All rights reserved.
|
||||
*
|
||||
* The red-black tree implementation:
|
||||
* Copyright 2002 Niels Provos <provos@citi.umich.edu> All rights reserved.
|
||||
@ -96,14 +96,14 @@ WEPOLL_EXPORT HANDLE epoll_create1(int flags);
|
||||
WEPOLL_EXPORT int epoll_close(HANDLE ephnd);
|
||||
|
||||
WEPOLL_EXPORT int epoll_ctl(HANDLE ephnd,
|
||||
int op,
|
||||
SOCKET sock,
|
||||
struct epoll_event* event);
|
||||
int op,
|
||||
SOCKET sock,
|
||||
struct epoll_event* event);
|
||||
|
||||
WEPOLL_EXPORT int epoll_wait(HANDLE ephnd,
|
||||
struct epoll_event* events,
|
||||
int maxevents,
|
||||
int timeout);
|
||||
struct epoll_event* events,
|
||||
int maxevents,
|
||||
int timeout);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user