summaryrefslogtreecommitdiffstats
path: root/include/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r--include/fnmatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 3958338..f905ff6 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -46,7 +46,7 @@
#define FNM_PERIOD 0x04 /* Period must be matched by period. */
#if __XSI_VISIBLE
-#define FNM_NOSYS -1 /* Reserved. */
+#define FNM_NOSYS (-1) /* Reserved. */
#endif
#if __BSD_VISIBLE
OpenPOWER on IntegriCloud