aboutsummaryrefslogtreecommitdiffstats
path: root/vcl-ldpreload/src/libvcl-ldpreload/vcom_glibc_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl-ldpreload/src/libvcl-ldpreload/vcom_glibc_socket.h')
-rw-r--r--vcl-ldpreload/src/libvcl-ldpreload/vcom_glibc_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl-ldpreload/src/libvcl-ldpreload/vcom_glibc_socket.h b/vcl-ldpreload/src/libvcl-ldpreload/vcom_glibc_socket.h
index 3ca1951..026ba60 100644
--- a/vcl-ldpreload/src/libvcl-ldpreload/vcom_glibc_socket.h
+++ b/vcl-ldpreload/src/libvcl-ldpreload/vcom_glibc_socket.h
@@ -291,8 +291,8 @@ extern int __THROW
epoll_ctl (int __epfd, int __op, int __fd,
struct epoll_event *__event);
-#define INT_MAX ((int)(~0U>>1))
-#define EP_MAX_EVENTS (INT_MAX / sizeof(struct epoll_event))
+#define EP_INT_MAX ((int)(~0U>>1))
+#define EP_MAX_EVENTS (EP_INT_MAX / sizeof(struct epoll_event))
/* Wait for events on an epoll instance "epfd". Returns the number of
triggered events returned in "events" buffer. Or -1 in case of