aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2025-03-12 10:16:31 +0100
committerFlorian Weimer <fweimer@redhat.com>2025-03-12 10:23:35 +0100
commit74d463c50bb1096efef47022405c7db33f83fb5a (patch)
tree7a61f4db59c8bd43d1213d6d137aff51fff0588d /nptl/Versions
parentd604f9c500570e80febfcc6a52b63a002b466f35 (diff)
downloadglibc-74d463c50bb1096efef47022405c7db33f83fb5a.tar.xz
glibc-74d463c50bb1096efef47022405c7db33f83fb5a.zip
Linux: Add the pthread_gettid_np function (bug 27880)
Current Bionic has this function, with enhanced error checking (the undefined case terminates the process). Reviewed-by: Joseph Myers <josmyers@redhat.com>
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 3221de89d1..ef55376dd9 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -378,6 +378,9 @@ libc {
tss_get;
tss_set;
}
+ GLIBC_2.42 {
+ pthread_gettid_np;
+ }
GLIBC_PRIVATE {
__libc_alloca_cutoff;
__lll_lock_wake_private;