This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v7 06/12] C-SKY: Linux ABI


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]