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: [RFC] Add C11 threads.h support.


On Sat, 1 Aug 2015, Juan Manuel Torres Palma wrote:

> +  GLIBC_2.22 {
> +    __mmap; __munmap; __mprotect;
> +  }
>    GLIBC_2.3 {
>      # f*
>      fgetxattr; flistxattr; fremovexattr; fsetxattr;
> 
> I don't know if I'm actually allowed to do that, but I think it makes sense.

If a symbol only needs exporting for use in other shared libraries, not 
for inline functions in public headers, functions from libc_nonshared.a 
etc., then it should be exported at version GLIBC_PRIVATE.

> I think the whole patch set is ready for C11 threads.h (Including
> manual and tests), but I don't expect it to make it for version 2.22
> since it's frozen. Should I just send my patches here for a deep
> review?

Yes.

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