summaryrefslogtreecommitdiff
path: root/src/nonstd/funlockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/funlockfile.c')
-rw-r--r--src/nonstd/funlockfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nonstd/funlockfile.c b/src/nonstd/funlockfile.c
index 0fe52c48..ab67117f 100644
--- a/src/nonstd/funlockfile.c
+++ b/src/nonstd/funlockfile.c
@@ -1,5 +1,5 @@
#include <nonstd/io.h>
#if !(defined _POSIX_C_SOURCE && 199506L <= _POSIX_C_SOURCE) && !(defined _XOPEN_SOURCE && 500 <= _XOPEN_SOURCE)
-#define funlockfile(f) (void)(f)
+#define funlockfile(__f) (void)(__f)
#endif