mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
ba747ea161
gregset_t. * sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache.
13 lines
125 B
Plaintext
13 lines
125 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Needed by gcc:
|
|
_flush_cache;
|
|
|
|
# c*
|
|
cachectl; cacheflush;
|
|
|
|
# s*
|
|
sysmips;
|
|
}
|
|
}
|