about summary refs log tree commit diff
path: root/conform/list-header-symbols.pl
diff options
context:
space:
mode:
Diffstat (limited to 'conform/list-header-symbols.pl')
-rw-r--r--conform/list-header-symbols.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/list-header-symbols.pl b/conform/list-header-symbols.pl
index 8cd21d8e79..757fffebd7 100644
--- a/conform/list-header-symbols.pl
+++ b/conform/list-header-symbols.pl
@@ -40,11 +40,11 @@ $extra_syms{"ISO11"} = ["errno", "math_errhandling", "setjmp", "va_end"];
 # The following lists may not be exhaustive.
 $extra_syms{"POSIX"} = ["errno", "setjmp", "va_end", "environ", "sigsetjmp",
 			"optarg", "optind", "opterr", "optopt", "tzname"];
-$extra_syms{"XPG3"} = ["errno", "setjmp", "va_end", "environ", "signgam",
+$extra_syms{"XPG4"} = ["errno", "setjmp", "va_end", "environ", "signgam",
 		       "loc1", "loc2", "locs", "sigsetjmp", "optarg",
 		       "optind", "opterr", "optopt", "daylight", "timezone",
 		       "tzname"];
-$extra_syms{"XPG4"} = ["errno", "setjmp", "va_end", "environ", "signgam",
+$extra_syms{"XPG42"} = ["errno", "setjmp", "va_end", "environ", "signgam",
 		       "loc1", "loc2", "locs", "sigsetjmp", "optarg",
 		       "optind", "opterr", "optopt", "daylight", "timezone",
 		       "tzname", "getdate_err", "h_errno"];