diff options
Diffstat (limited to 'tests/utimensat.c')
-rw-r--r-- | tests/utimensat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utimensat.c b/tests/utimensat.c index a5c8f78e8..170b2c893 100644 --- a/tests/utimensat.c +++ b/tests/utimensat.c @@ -19,7 +19,7 @@ #if defined __NR_utimensat && defined UTIME_NOW && defined UTIME_OMIT -#if SIZEOF_KERNEL_LONG_T == 4 +# if SIZEOF_KERNEL_LONG_T == 4 # define big_tv_sec "-559038737" # define huge_tv_sec "-559038737" # else |