diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-26 06:29:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-26 06:29:56 +0000 |
commit | 77faa3541634894476d904cd517e81f57cfa4fe2 (patch) | |
tree | 9aacdaf0acb446867ae056ec3ae81ccb08b96b46 /conform/data | |
parent | b395c02de77c87e8d4df165e623ba31bf54579cc (diff) | |
download | glibc-77faa3541634894476d904cd517e81f57cfa4fe2.tar glibc-77faa3541634894476d904cd517e81f57cfa4fe2.tar.gz glibc-77faa3541634894476d904cd517e81f57cfa4fe2.tar.bz2 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-data | 2 |
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 |