diff options
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index bf1d8c935..0e4bee762 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -332,8 +332,8 @@ define(GNUPG_CHECK_MLOCK, #include <sys/mman.h> #endif ], [ - mkdir ("foo", 0); int i; + mkdir ("foo", 0); /* glibc defines this for functions which it implements * to always fail with ENOSYS. Some functions are actually * named something starting with __ and the normal name |