This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] nptl: Add pthread_thread_number_np function


On 12/15/2017 12:34 AM, Nix wrote:
On 14 Dec 2017, Florian Weimer uttered the following:
diff --git a/nptl/Versions b/nptl/Versions
index 0ae5def464..8b6c839408 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -28,6 +28,9 @@ libc {
      pthread_cond_wait; pthread_cond_signal;
      pthread_cond_broadcast; pthread_cond_timedwait;
    }
+  GLBIC_2.27 {
+    pthread_thread_number_np;
+  }
    GLIBC_PRIVATE {
      __libc_alloca_cutoff;
      # Internal libc interface to libpthread

GLBIC is a definite typo (repeated, of course, in all the abilist
files).

Oops, I'll send an updated patch in respond to Carlos' message.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]