aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthreadP.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:51 +0200
commit66d99dc53a9aa2bbc7e8d7dd3ba3507d5ffe8597 (patch)
treea046f4d873f9207da87f4ba98e8879874b773411 /nptl/pthreadP.h
parent75376a3fb8429e3cf8275337ac56bf5f8127303b (diff)
downloadglibc-66d99dc53a9aa2bbc7e8d7dd3ba3507d5ffe8597.zip
glibc-66d99dc53a9aa2bbc7e8d7dd3ba3507d5ffe8597.tar.gz
glibc-66d99dc53a9aa2bbc7e8d7dd3ba3507d5ffe8597.tar.bz2
nptl: Invoke the set_robust_list system call directly in fork
This removes one of the pthread forwarder functions. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r--nptl/pthreadP.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h
index 5242a2b..7a3906e 100644
--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -692,9 +692,6 @@ libc_hidden_proto (__nptl_deallocate_tsd)
extern void __nptl_setxid_error (struct xid_command *cmdp, int error)
attribute_hidden;
extern int __nptl_setxid (struct xid_command *cmdp) attribute_hidden;
-#ifndef SHARED
-extern void __nptl_set_robust (struct pthread *self);
-#endif
extern void __nptl_stacks_freeres (void) attribute_hidden;