diff options
Diffstat (limited to 'test/task.h')
-rw-r--r-- | test/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/task.h b/test/task.h index e25a9c9a..d3eeaf77 100644 --- a/test/task.h +++ b/test/task.h @@ -358,7 +358,7 @@ UNUSED static int can_ipv6(void) { return supported; } -#if defined(__CYGWIN__) || defined(__MSYS__) || defined(__PASE__) +#if defined(__CYGWIN__) || defined(__MSYS__) || defined(__PASE__) || defined(__QNX__) # define NO_FS_EVENTS "Filesystem watching not supported on this platform." #endif |