git: pthreads: Add pthread_is_threaded_np() function.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Sat Dec 12 06:28:15 PST 2020
commit 139374e6ee6df4283e7064a8e6273ec3c3edc49e
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Sat Dec 12 14:16:38 2020 +0000
pthreads: Add pthread_is_threaded_np() function.
Summary of changes:
include/pthread_np.h | 1 +
lib/libc/gen/Symbol.map | 2 ++
lib/libc/gen/_pthread_stubs.c | 7 +++++++
lib/libc/include/namespace.h | 1 +
lib/libc/include/un-namespace.h | 1 +
lib/libthread_xu/pthread.map | 2 ++
lib/libthread_xu/thread/Makefile.inc | 1 +
.../thread/thr_isthreaded_np.c} | 20 ++++++++++++--------
8 files changed, 27 insertions(+), 8 deletions(-)
copy lib/{libc/gen/__errno_location.c => libthread_xu/thread/thr_isthreaded_np.c} (80%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/139374e6ee6df4283e7064a8e6273ec3c3edc49e
--
DragonFly BSD source repository
More information about the Commits
mailing list