linuxthreads: implement pthread_condattr_{s,g}etclock()
commit04a676f3c8d2443499f27612f69ee88e12089e61
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 22 Apr 2018 17:59:13 +0000 (22 18:59 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 22 Apr 2018 18:01:57 +0000 (22 19:01 +0100)
treea6dac60812a5c5c748aa67330b81a36d667f3b9d
parentd86bd35298834f3162459dde763f7976f5c2a523
linuxthreads: implement pthread_condattr_{s,g}etclock()

More applications are using pthread_condattr_setclock()/
pthread_condattr_getclock() in their code. Port these two
functions from NPTL over to be more compatible.
libpthread/linuxthreads/condvar.c
libpthread/linuxthreads/internals.h
libpthread/linuxthreads/sysdeps/pthread/bits/pthreadtypes.h
libpthread/linuxthreads/sysdeps/pthread/pthread.h