diff options
Diffstat (limited to 'test/misc/tst-syscall6.c')
-rw-r--r-- | test/misc/tst-syscall6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc/tst-syscall6.c b/test/misc/tst-syscall6.c index fa51c27..9ad2dda 100644 --- a/test/misc/tst-syscall6.c +++ b/test/misc/tst-syscall6.c @@ -9,7 +9,7 @@ int main() { -#if defined SYS_preadv2 && defined SYS_pwritev2 +#if defined SYS_preadv2 && defined SYS_pwritev2 && defined RWF_HIPRI char tmp[] = "/tmp/tst-preadv2-XXXXXX"; int fd; struct iovec iov[2]; |