[PATCH v7 06/12] C-SKY: Linux ABI
Mao Han
han_mao@c-sky.com
Sat Dec 15 13:46:00 GMT 2018
On Fri, Dec 14, 2018 at 09:09:02PM +0000, Joseph Myers wrote:
> On Mon, 10 Dec 2018, Mao Han wrote:
>
> > diff --git a/sysdeps/unix/sysv/linux/csky/sys/cachectl.h b/sysdeps/unix/sysv/linux/csky/sys/cachectl.h
>
> > +extern int _flush_cache (char *__addr, const int __nbytes,
> > + const int __op) __THROW;
>
> This name is not listed in a Versions file to be exported, so it makes no
> sense to declare it in an installed header. Either it should be exported
> in a Versions file and the ABI baselines updated accordingly, or the
> declaration should be removed from the header.
This symbol is not used by others programs. We only use flushcache to
flush cache. I'll remove the declaration.
Thanks,
Mao Han
More information about the Libc-alpha
mailing list