POSIX compliant poll.h and mmap over sys/poll.h and mmap64 (#10767)

This commit is contained in:
Samuel Marks
2024-09-01 02:47:30 -05:00
committed by GitHub
parent e1a2c1bbb3
commit 4503555274
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
#if !defined(_WIN32)
#include <sys/poll.h>
#include <poll.h>
using SOCKET = int;
using sock_size_t = size_t; // NOLINT