diff --git a/sys_linux.c b/sys_linux.c index 1f36696..63eb8f1 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -529,7 +529,7 @@ SYS_Linux_EnableSystemCallFilter(int level) #endif }; - const static int fcntls[] = { F_GETFD, F_SETFD, F_SETFL }; + const static int fcntls[] = { F_GETFD, F_SETFD, F_GETFL, F_SETFL }; const static unsigned long ioctls[] = { FIONREAD, TCGETS,