summaryrefslogtreecommitdiff
path: root/gl/tests/test-unistd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/tests/test-unistd.c')
-rw-r--r--gl/tests/test-unistd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/test-unistd.c b/gl/tests/test-unistd.c
index 129367b4d7..e0b82918a9 100644
--- a/gl/tests/test-unistd.c
+++ b/gl/tests/test-unistd.c
@@ -24,7 +24,7 @@
/* Check that NULL can be passed through varargs as a pointer type,
per POSIX 2008. */
-verify (sizeof NULL == sizeof (void *));
+verify (sizeof (NULL) == sizeof (void *));
/* Check that the various SEEK_* macros are defined. */
int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };