diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basic/gfapi/mandatory-lock-optimal.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/gfapi/mandatory-lock-optimal.c b/tests/basic/gfapi/mandatory-lock-optimal.c index 9fb5ad657b0..6c62f437a0f 100644 --- a/tests/basic/gfapi/mandatory-lock-optimal.c +++ b/tests/basic/gfapi/mandatory-lock-optimal.c @@ -366,7 +366,7 @@ void run_test_7 (int i) {          if (!fd2)                  LOG_ERR ("glfs_open", errno); -        ret = glfs_ftruncate (fd2, 4, NULL, NULL); +        ret = glfs_ftruncate (fd2, 4);          if (ret == 0 || errno != EAGAIN)                  LOG_ERR ("glfs_ftruncate", errno);  | 
