git: pthreads: Add pthread_getattr_np().

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sat Dec 12 06:28:14 PST 2020


commit 55f11bd6ffa4307e05441ec9f250376390316222
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Sat Dec 12 14:12:00 2020 +0000

    pthreads: Add pthread_getattr_np().
    
    Adapted-from: NetBSD

Summary of changes:
 include/pthread_np.h                 |  1 +
 lib/libc/gen/Symbol.map              |  5 +++++
 lib/libc/gen/_pthread_stubs.c        |  1 +
 lib/libc/include/namespace.h         |  1 +
 lib/libc/include/un-namespace.h      |  1 +
 lib/libpthread/Makefile              |  1 +
 lib/libpthread/pthread_attr_get_np.3 | 26 ++++++++++++++++++--------
 lib/libthread_xu/pthread.map         |  2 ++
 lib/libthread_xu/thread/thr_attr.c   | 15 +++++++++++++++
 9 files changed, 45 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/55f11bd6ffa4307e05441ec9f250376390316222


-- 
DragonFly BSD source repository


More information about the Commits mailing list