summary refs log tree commit diff
path: root/conform/data
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-26 06:29:56 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-26 06:29:56 +0000
commit77faa3541634894476d904cd517e81f57cfa4fe2 (patch)
tree9aacdaf0acb446867ae056ec3ae81ccb08b96b46 /conform/data
parentb395c02de77c87e8d4df165e623ba31bf54579cc (diff)
downloadglibc-77faa3541634894476d904cd517e81f57cfa4fe2.tar.gz
glibc-77faa3541634894476d904cd517e81f57cfa4fe2.tar.xz
glibc-77faa3541634894476d904cd517e81f57cfa4fe2.zip
Update.
	* sysdeps/i386/fpu/bits/mathinline.h (__finite): Mark constant as
	unsigned to avoid warning.  [PR libc/1271].

	* conform/conformtest.pl: Allow testing regex.h which requires
	sys/types.h being included.
Diffstat (limited to 'conform/data')
-rw-r--r--conform/data/regex.h-data2
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/regex.h-data b/conform/data/regex.h-data
index 6edb1af22e..38495d5b83 100644
--- a/conform/data/regex.h-data
+++ b/conform/data/regex.h-data
@@ -1,6 +1,6 @@
 #ifndef ISO
 type regex_t
-element regex_t re_nsub
+element regex_t size_t re_nsub
 
 type regoff_t