Re: C11 visibility in libc++

2019-12-08 Thread Jeremie Courreges-Anglas
On Sat, Dec 07 2019, Jonathan Gray wrote: > While we don't have C11's quick_exit() we do have timespec_get() and > struct timespec/aligned_alloc(). LGTM, ok jca@ For other readers, no shared_libs bump is needed, this only affects the headers. > Index: include/__config > ===

Re: C11 visibility in libc++

2019-12-07 Thread Mark Kettenis
> Date: Sat, 7 Dec 2019 14:24:14 +1100 > From: Jonathan Gray > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > While we don't have C11's quick_exit() we do have timespec_get() and > struct timespec/aligned_alloc(). ok kettenis@ > Index: include/__config > ==

C11 visibility in libc++

2019-12-06 Thread Jonathan Gray
While we don't have C11's quick_exit() we do have timespec_get() and struct timespec/aligned_alloc(). Index: include/__config === RCS file: /cvs/src/lib/libcxx/include/__config,v retrieving revision 1.6 diff -u -p -r1.6 __config --- i