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

Matt Joyce mfjoyce2004 at gmail.com
Fri Aug 6 13:36:59 UTC 2021


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.

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 devel mailing list