Hi!
Requesting comments on my proposal for GSOC 2024 - implementing new POSIX
APIs:
https://docs.google.com/document/d/1iwgzx72TZ0aokNLww-y-IlyEkaRCovjGUhpdQXdP9mg/edit?usp=sharing
Abhinav.
--
*"Free society*
*Has, at its core, privacy*
*You must act in trust."
On Fri, Aug 6, 2021 at 8:37 AM Matt Joyce wrote:
>
> Added function prototypes to newlib/libc/include/pthread.h
> for the following Issue 8 Standard APIs:
> pthread_cond_clockwait()
> pthread_mutex_clocklock()
> pthread_rwlock_clockrdlock()
> pthread_rwlock_clockwrlock()
> ---
> newlib/libc/inclu
Thanks very much for the quick reply! Ok, I'll make that change and submit.
Sincerely,
Matt
On Fri, Aug 6, 2021 at 3:52 PM Joel Sherrill wrote:
>
> On Fri, Aug 6, 2021 at 8:37 AM Matt Joyce wrote:
> >
> > Added function prototypes to newlib/libc/include/pthread.h
> > for the following Issue 8
Added function prototypes to newlib/libc/include/pthread.h
for the following Issue 8 Standard APIs:
pthread_cond_clockwait()
pthread_mutex_clocklock()
pthread_rwlock_clockrdlock()
pthread_rwlock_clockwrlock()
---
newlib/libc/include/pthread.h | 31 +++
1 file changed, 3
On Tue, Mar 9, 2021 at 3:07 PM Gedare Bloom wrote:
> On Tue, Mar 9, 2021 at 1:51 PM Joel Sherrill wrote:
> >
> > Hi
> >
> > Looks like a set of new APIs are coming to POSIX. See
> >
> > https://www.opengroup.org/austin/docs/austin_1110.pdf
> >
> > and search for "+" for added lines. Some are tex
On Tue, Mar 9, 2021 at 1:51 PM Joel Sherrill wrote:
>
> Hi
>
> Looks like a set of new APIs are coming to POSIX. See
>
> https://www.opengroup.org/austin/docs/austin_1110.pdf
>
> and search for "+" for added lines. Some are text changes and others
> are API additions. Some like strlcat() have been
Hi
Looks like a set of new APIs are coming to POSIX. See
https://www.opengroup.org/austin/docs/austin_1110.pdf
and search for "+" for added lines. Some are text changes and others
are API additions. Some like strlcat() have been around for ages. Others
are new.
I have not and likely will not so