[PATCH 0/1] libc: Added Prototypes for POSIX Clock APIs

Matt Joyce mfjoyce2004@gmail.com
Fri Aug 6 14:07:04 GMT 2021


Dear Newlib Maintainers,

I added function prototypes to newlib/libc/include/pthread.h for
the following APIs:

1) pthread_cond_clockwait()
2) pthread_mutex_clocklock()
3) pthread_rwlock_clockrdlock()
3) pthread_rwlock_clockwrlock()

All four will be newly added to the Issue 8 POSIX Standard.

Thank you very much for your time!

Matt Joyce (1):
  libc: Added prototypes for new POSIX APIs

 newlib/libc/include/pthread.h | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

-- 
2.31.1



More information about the Newlib mailing list