mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
* iconvdata/tst-table-to.c: Include string.h for strcmp prototype.
This commit is contained in:
parent
f280b985f2
commit
a29a3e1a80
@ -1,5 +1,7 @@
|
||||
2001-06-12 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* iconvdata/tst-table-to.c: Include string.h for strcmp prototype.
|
||||
|
||||
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ULPs for tanh (-0.7).
|
||||
|
||||
2001-06-11 Andreas Jaeger <aj@suse.de>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <iconv.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user