Work-around PR_SET_IO_FLUSHER not being defined

This commit is contained in:
Martin Raiber 2020-11-07 18:04:55 +01:00
parent ed847f5c5f
commit 327f3ea386

View File

@ -11,6 +11,10 @@
#include <sys/mman.h>
#include <stdlib.h>
#ifndef PR_SET_IO_FLUSHER
#define PR_SET_IO_FLUSHER 57
#endif
int main(int argc, char* argv[])
{
if(argc<5)