mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
1998-11-23 Andreas Jaeger <aj@arthur.rhein-neckar.de> * configure.in (mips): Fix typo (Replace ,, by ;;). * libio/Versions: Clean up entries.
This commit is contained in:
parent
3312745968
commit
45b3d8ad2a
@ -1,3 +1,9 @@
|
||||
1998-11-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
||||
* configure.in (mips): Fix typo (Replace ,, by ;;).
|
||||
|
||||
* libio/Versions: Clean up entries.
|
||||
|
||||
1998-11-23 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/i386/fpu/bits/mathinline.h: Add optimizations for lrint
|
||||
|
@ -214,7 +214,7 @@ mips64*) base_machine=mips64 machine=mips/mips64/$machine ;;
|
||||
mips*) base_machine=mips
|
||||
case "`uname -m`" in
|
||||
IP22) machine=mips/mips3 ;;
|
||||
*) machine=mips/$machine ,,
|
||||
*) machine=mips/$machine ;;
|
||||
esac ;;
|
||||
sparc | sparcv[67])
|
||||
base_machine=sparc machine=sparc/sparc32 ;;
|
||||
|
@ -95,6 +95,9 @@ libc {
|
||||
# f*
|
||||
fgetpos64; fopen64; freopen64; fseeko; fseeko64; fsetpos64; ftello;
|
||||
ftello64; fopen; fclose; fdopen; fread_unlocked; fwrite_unlocked;
|
||||
fgets_unlocked; fputs_unlocked; popen; pclose;
|
||||
fgets_unlocked; fputs_unlocked;
|
||||
|
||||
# p*
|
||||
pclose; popen;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user