projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d8e14
)
Define $mustprepend{"stdio.h"}.
author
drepper
<drepper>
Sun, 28 Jan 2001 09:12:51 +0000
(09:12 +0000)
committer
drepper
<drepper>
Sun, 28 Jan 2001 09:12:51 +0000
(09:12 +0000)
conform/conformtest.pl
patch
|
blob
|
history
diff --git
a/conform/conformtest.pl
b/conform/conformtest.pl
index
371a04e
..
5a15760
100644
(file)
--- a/
conform/conformtest.pl
+++ b/
conform/conformtest.pl
@@
-56,6
+56,7
@@
$CFLAGS{"XOPEN2K"} = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE=600";
$mustprepend{'regex.h'} = "#include <sys/types.h>\n";
$mustprepend{'sched.h'} = "#include <sys/types.h>\n";
$mustprepend{'signal.h'} = "#include <pthread.h>\n";
+$mustprepend{'stdio.h'} = "#include <stdarg.h>\n";
$mustprepend{'wchar.h'} = "#include <stdarg.h>\n";
$mustprepend{'wordexp.h'} = "#include <stddef.h>\n";