mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 11:00:07 +00:00
c3e485f12a
2000-05-31 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Use array for gregset_t. * sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache. Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>. * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of syscall. * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
13 lines
125 B
Plaintext
13 lines
125 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Needed by gcc:
|
|
_flush_cache;
|
|
|
|
# c*
|
|
cachectl; cacheflush;
|
|
|
|
# s*
|
|
sysmips;
|
|
}
|
|
}
|