dep-repository

Default repository for the dep dependency manager
git clone git://git.finwo.net/misc/dep-repository
Log | Files | Refs

commit 263b7168350ec3c31ad95422074aca64ccf9ebcc
parent f354ce00173883441b33d4ddc5eb370a5074be45
Author: finwo <finwo@pm.me>
Date:   Sun, 22 Oct 2023 22:29:43 +0200

Fix linux type for EPOLL_HANDLE

Diffstat:
Mpiscisaureus/wepoll/patch/00-mixed-win-lin.patch | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/piscisaureus/wepoll/patch/00-mixed-win-lin.patch b/piscisaureus/wepoll/patch/00-mixed-win-lin.patch @@ -26,7 +26,7 @@ index 186d3f2..628ab2a 100644 + +#endif // defined(_WIN32) || defined(_WIN64) diff --git a/wepoll.h b/wepoll.h -index daf6bdb..2a0edb0 100644 +index daf6bdb..a36123a 100644 --- a/wepoll.h +++ b/wepoll.h @@ -32,6 +32,8 @@ @@ -54,7 +54,7 @@ index daf6bdb..2a0edb0 100644 + // +#include <sys/epoll.h> + -+typedef void* EPOLL_HANDLE; ++typedef int EPOLL_HANDLE; + +#endif // defined(_WIN32) || defined(_WIN64) +