From 020275b5b8a1609d2da38cb55484aaf00fd1b4da Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 26 Jan 2001 08:06:53 +0000 Subject: Update. 2001-01-26 Ulrich Drepper * sysdeps/unix/sysv/linux/sys/param.h (MAXSYMLINKS): Bump to 20. * conform/conformtest.pl (@headers): Add stdint.h. * conform/data/stdint.h-data: New file. --- conform/conformtest.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conform/conformtest.pl') diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 9424203..69dcf7f 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -17,8 +17,8 @@ if (@headers == ()) { "sys/time.h", "sys/statvfs.h", "sys/stat.h", "sys/socket.h", "sys/shm.h", "sys/sem.h", "sys/resource.h", "sys/msg.h", "sys/mman.h", "sys/ipc.h", "syslog.h", "stropts.h", "strings.h", - "string.h", "stdlib.h", "stdio.h", "stddef.h", "stdarg.h", - "spawn.h", "signal.h", "setjmp.h", "semaphore.h", + "string.h", "stdlib.h", "stdio.h", "stdint.h", "stddef.h", + "stdarg.h", "spawn.h", "signal.h", "setjmp.h", "semaphore.h", "search.h", "sched.h", "regex.h", "pwd.h", "pthread.h", "poll.h", "nl_types.h", "netinet/tcp.h", "netinet/in.h", "net/if.h", "netdb.h", "ndbm.h", "mqueue.h", "monetary.h", @@ -181,6 +181,7 @@ sub runtest } } else { printf (" FAIL\n"); + ++$errors; $printlog = 1; unlink "$fnamebase.out"; rename "$fnamebase.out2", "$fnamebase.out"; -- cgit v1.1