aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-06-04 09:06:03 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-06-04 09:06:03 +0000
commit064c283d65d1e23dc93d16150292e5aa256c3726 (patch)
tree3d0429a60c85095a923e988eb50726e3b333e53c /include
parenta201343073c0bb4b4e33d5d3d101682d279aafce (diff)
downloadsrc-064c283d65d1e23dc93d16150292e5aa256c3726.tar.gz
src-064c283d65d1e23dc93d16150292e5aa256c3726.zip
Revert r361770 "Add pthread_getname_np() and pthread_setname_np() aliases" for now.
It is not compatible enough with Linux. Requested by: antoine, jkim Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=361784
Diffstat (limited to 'include')
-rw-r--r--include/pthread_np.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h
index 0bd68ff07bac..f93a023f0fce 100644
--- a/include/pthread_np.h
+++ b/include/pthread_np.h
@@ -50,7 +50,6 @@ int pthread_attr_get_np(pthread_t, pthread_attr_t *);
int pthread_attr_getaffinity_np(const pthread_attr_t *, size_t, cpuset_t *);
int pthread_attr_setaffinity_np(pthread_attr_t *, size_t, const cpuset_t *);
void pthread_get_name_np(pthread_t, char *, size_t);
-void pthread_getname_np(pthread_t, char *, size_t);
int pthread_getaffinity_np(pthread_t, size_t, cpuset_t *);
int pthread_getthreadid_np(void);
int pthread_main_np(void);
@@ -66,7 +65,6 @@ void pthread_resume_all_np(void);
int pthread_resume_np(pthread_t);
int pthread_peekjoin_np(pthread_t, void **);
void pthread_set_name_np(pthread_t, const char *);
-void pthread_setname_np(pthread_t, const char *);
int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *);
int pthread_single_np(void);
void pthread_suspend_all_np(void);