diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-01 09:34:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-01 09:34:02 +0000 |
commit | cba1ddc169196e1657b8b5480a77a5072e83dbf4 (patch) | |
tree | 78a14805d992e41c0e85e8102920fbf6d8299c5b /scripts | |
parent | d62991517862a3e234848beeade19176423bde80 (diff) | |
download | glibc-cba1ddc169196e1657b8b5480a77a5072e83dbf4.tar.gz glibc-cba1ddc169196e1657b8b5480a77a5072e83dbf4.tar.xz glibc-cba1ddc169196e1657b8b5480a77a5072e83dbf4.zip |
Update.
1998-07-01 09:32 Ulrich Drepper <drepper@cygnus.com> * math/libm-test.c: Adjust delta for indentities1_test because gcc became cleverer. 1998-06-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * resolv/inet_addr.c (inet_aton): Define variable base only if needed. 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * scripts/test-installation.pl: Include <stdio.h> in test program to make it strictly conforming. 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias, not a strong alias. * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise. * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test-installation.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index 76aa3fbbfc..4b173381b4 100755 --- a/scripts/test-installation.pl +++ b/scripts/test-installation.pl @@ -121,6 +121,7 @@ open PRG, ">/tmp/test-prg$$.c" or die ("Couldn't write test file /tmp/test-prg$$.c"); print PRG ' +#include <stdio.h> #include <stdlib.h> int main(void) { printf ("Your new glibc installation seems to be ok.\n"); |