Addition to prev. revision #2520

This commit is contained in:
Alexey Milovidov 2018-06-18 05:15:19 +03:00
parent 4b3b6b0d9b
commit 447ffe32a9

View File

@ -4,8 +4,10 @@
/// https://stackoverflow.com/questions/20759750/resolving-redefinition-of-timespec-in-time-h
#define timespec linux_timespec
#define timeval linux_timeval
#include <linux/aio_abi.h>
#undef timespec
#undef timeval
/** Small wrappers for asynchronous I/O.