Re: GSOC proposal - new POSIX APIs 2024

2024-03-30 Thread Abhinav Srivastava
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."

Re: [PATCH 1/1] libc: Added prototypes for new POSIX APIs

2021-08-06 Thread Joel Sherrill
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

Re: [PATCH 1/1] libc: Added prototypes for new POSIX APIs

2021-08-06 Thread Matthew Joyce
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

[PATCH 1/1] libc: Added prototypes for new POSIX APIs

2021-08-06 Thread Matt Joyce
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

Re: New POSIX APIs

2021-03-10 Thread Joel Sherrill
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

Re: New POSIX APIs

2021-03-09 Thread Gedare Bloom
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

New POSIX APIs

2021-03-09 Thread Joel Sherrill
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