summaryrefslogtreecommitdiff
path: root/examples/loadables/getconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/getconf.c')
-rw-r--r--examples/loadables/getconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/loadables/getconf.c b/examples/loadables/getconf.c
index cc6d50b3..0bf20797 100644
--- a/examples/loadables/getconf.c
+++ b/examples/loadables/getconf.c
@@ -1039,7 +1039,7 @@ static const struct conf_variable conf_table[] =
#ifdef _PC_MAX_INPUT
{ "MAX_INPUT", PATHCONF, _PC_MAX_INPUT },
#endif
-#ifdef _PC_NAMW_MAX
+#ifdef _PC_NAME_MAX
{ "NAME_MAX", PATHCONF, _PC_NAME_MAX },
#endif
#ifdef _PC_PATH_MAX