summaryrefslogtreecommitdiff
path: root/stdlib/isomac.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-09-20 03:24:36 +0000
committerUlrich Drepper <drepper@redhat.com>1999-09-20 03:24:36 +0000
commit1d8004b2760e61d7e9fd67caa42bd6d0004a9f9d (patch)
tree1b7f1b4a2f2d5d6e3d00c7b61c5a3a73d83549d7 /stdlib/isomac.c
parentb5c69d99130e6f70505c353a5eddd3405dda3108 (diff)
Update.
* stdlib/isomac.c: Add va_copy to allowed macros.
Diffstat (limited to 'stdlib/isomac.c')
-rw-r--r--stdlib/isomac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/isomac.c b/stdlib/isomac.c
index 82a142b2d7..7148881d0f 100644
--- a/stdlib/isomac.c
+++ b/stdlib/isomac.c
@@ -1,5 +1,5 @@
/* Check system header files for ISO 9899:1990 (ISO C) compliance.
- Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jens Schweikhardt <schweikh@noc.dfn.de>, 1996.
@@ -156,7 +156,7 @@ static char *macros[] =
"strtol", "strtoul", "strxfrm", "swprintf", "swscanf", "system",
"tan", "tanf", "tanh", "tanhf", "tanhl", "tanl", "time", "time_t",
"tmpfile", "tmpnam", "tolower", "toupper", "towctrans", "towlower",
- "towupper", "ungetc", "ungetwc", "va_arg", "va_end", "va_start",
+ "towupper", "ungetc", "ungetwc", "va_arg", "va_copy", "va_end", "va_start",
"vfprintf", "vfwprintf", "vprintf", "vsprintf", "vswprintf",
"vwprintf", "wchar_t", "wcrtomb", "wcscat", "wcschr", "wcscmp",
"wcscoll", "wcscpy", "wcscspn", "wcsftime", "wcslen", "wcsncat",