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 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.

-- 
Joseph S. Myers
joseph@codesourcery.com


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