diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 01:33:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 01:33:54 +0000 |
commit | 7b5fd91d777e44e212556a4bbee51b6429ddd869 (patch) | |
tree | 6db8e71dc9dabc93a03ff81c81c5dcbb1d188799 /conform/conformtest.pl | |
parent | 248286e53395f6302030ca5f032f356faf2d9798 (diff) | |
download | glibc-7b5fd91d777e44e212556a4bbee51b6429ddd869.tar glibc-7b5fd91d777e44e212556a4bbee51b6429ddd869.tar.gz glibc-7b5fd91d777e44e212556a4bbee51b6429ddd869.tar.bz2 glibc-7b5fd91d777e44e212556a4bbee51b6429ddd869.zip |
Update.
* conform/conformtest.pl (@headers): Add monetary.h-data,
mqueue.h-data, ndbm.h-data, nl_types.h-data, and poll.h-data.
* conform/data/monetary.h-data: New file.
* conform/data/mqueue.h-data: New file.
* conform/data/ndbm.h-data: New file.
* conform/data/nl_types.h.h-data: New file.
* conform/data/poll.h-data: New file.
Diffstat (limited to 'conform/conformtest.pl')
-rw-r--r-- | conform/conformtest.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 1d83d0dcc8..80114dd822 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -4,7 +4,8 @@ $CC = "gcc"; $CFLAGS = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE=500"; # List of the headers we are testing. -@headers = ("math.h", "locale.h", "libgen.h", "langinfo.h", "iso646.h", +@headers = ("poll.h", "nl_types.h", "ndbm.h", "mqueue.h", "monetary.h", + "math.h", "locale.h", "libgen.h", "langinfo.h", "iso646.h", "inttypes.h", "iconv.h", "grp.h", "glob.h", "ftw.h", "fnmatch.h", "fmtmsg.h", "float.h", "fcntl.h", "errno.h", "dlfcn.h", "dirent.h", "ctype.h", "cpio.h", "assert.h", "aio.h"); |