diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-23 17:37:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-23 17:37:20 +0000 |
commit | c8bcc2eade4f02d43c1511f72eec99bea141866e (patch) | |
tree | 2cafd9853b0a73bf2959e8dfeeafc583ab3a4fe3 /conform/conformtest.pl | |
parent | 8ce9ea0ca67b8eff5f1a708d951d969ac9c0ab2a (diff) | |
download | glibc-c8bcc2eade4f02d43c1511f72eec99bea141866e.tar glibc-c8bcc2eade4f02d43c1511f72eec99bea141866e.tar.gz glibc-c8bcc2eade4f02d43c1511f72eec99bea141866e.tar.bz2 glibc-c8bcc2eade4f02d43c1511f72eec99bea141866e.zip |
Update.
2000-02-23 Ulrich Drepper <drepper@redhat.com>
* conform/conformtest.pl (@headers): Add stdlib.h.
* conform/data/stdlib.h-data: New file.
Diffstat (limited to 'conform/conformtest.pl')
-rw-r--r-- | conform/conformtest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 30577c07d6..518122f645 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -4,7 +4,7 @@ $CC = "gcc"; $CFLAGS = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE=500"; # List of the headers we are testing. -@headers = ("stdio.h", +@headers = ("stdlib.h", "stdio.h", "stddef.h", "stdarg.h", "signal.h", "setjmp.h", "semaphore.h", "search.h", "sched.h", "regex.h", "pwd.h", "pthread.h", "poll.h", "nl_types.h", "ndbm.h", "mqueue.h", "monetary.h", |