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

Matt Joyce mfjoyce2004@gmail.com
Fri Aug 6 20:04:41 GMT 2021


Hello,

Per Corinna's instructions, I'm changing __Misc_VISIBLE to
__GNU_VISIBLE.

Thank you again for your time!

********************

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