aboutsummaryrefslogtreecommitdiffstats
path: root/testing/clsync/pthread_setname_np.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-03 01:00:58 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-03 01:00:58 +0200
commit64a2d6243471cee6a4151768f8ef4ca556ba2402 (patch)
treed097604a14347806e08ff6529cb4687f139b175b /testing/clsync/pthread_setname_np.patch
parent8f9e0dc8f2e3b2ed519e3c41335f50d32240a751 (diff)
downloadaports-64a2d6243471cee6a4151768f8ef4ca556ba2402.tar.bz2
aports-64a2d6243471cee6a4151768f8ef4ca556ba2402.tar.xz
community/clsync: move from testing
Diffstat (limited to 'testing/clsync/pthread_setname_np.patch')
-rw-r--r--testing/clsync/pthread_setname_np.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/clsync/pthread_setname_np.patch b/testing/clsync/pthread_setname_np.patch
deleted file mode 100644
index aab4dd4ef8..0000000000
--- a/testing/clsync/pthread_setname_np.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-pthread_setname_np is a glibc extension not defined in POSIX
-and is not supported by musl libc.
---- a/privileged.c
-+++ b/privileged.c
-@@ -920,7 +920,7 @@
- # endif
- } else {
- register_blockthread();
-- pthread_setname_np(pthread_self(), "clsync-helper");
-+ //pthread_setname_np(pthread_self(), "clsync-helper");
- }
- cap_drop(ctx_p, ctx_p->caps);
-