From c8bcc2eade4f02d43c1511f72eec99bea141866e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 23 Feb 2000 17:37:20 +0000 Subject: Update. 2000-02-23 Ulrich Drepper * conform/conformtest.pl (@headers): Add stdlib.h. * conform/data/stdlib.h-data: New file. --- conform/conformtest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform/conformtest.pl') 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", -- cgit 1.4.1