diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-08-14 14:40:36 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-08-14 14:40:36 +0200 |
commit | ee2546f9fa8edb9b136309715f6073d17f6102c0 (patch) | |
tree | 4d80e508360f49bfc1fa0fd831e64d79cc7b5771 /gl/tests/test-unistd.c | |
parent | 9d4814805e82b518bd4ba6bce99b17593afb7761 (diff) | |
download | gnutls-ee2546f9fa8edb9b136309715f6073d17f6102c0.tar.gz |
Update gnulib files.
Diffstat (limited to 'gl/tests/test-unistd.c')
-rw-r--r-- | gl/tests/test-unistd.c | 2 |
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 }; |