diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-28 14:33:53 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-28 14:34:48 +0200 |
commit | b369cc4e9c2436b9b4f56128059313b69b0c300d (patch) | |
tree | 6fd54a245b8c42273ff1bc895c8bbd9b6aba496f /nptl_db/structs.def | |
parent | d22705e7de9ee153508681a1c8842dcd17c490da (diff) | |
download | glibc-b369cc4e9c2436b9b4f56128059313b69b0c300d.tar.gz glibc-b369cc4e9c2436b9b4f56128059313b69b0c300d.tar.xz glibc-b369cc4e9c2436b9b4f56128059313b69b0c300d.zip |
nptl: Rename nptl_version to __nptl_version
This prepares it for exporting as a dynamic symbol. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nptl_db/structs.def')
-rw-r--r-- | nptl_db/structs.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl_db/structs.def b/nptl_db/structs.def index fb7bb9367d..248ecf4335 100644 --- a/nptl_db/structs.def +++ b/nptl_db/structs.def @@ -73,7 +73,7 @@ DB_STRUCT (td_eventbuf_t) DB_STRUCT_FIELD (td_eventbuf_t, eventnum) DB_STRUCT_FIELD (td_eventbuf_t, eventdata) -DB_SYMBOL (nptl_version) +DB_SYMBOL (__nptl_version) DB_SYMBOL (__nptl_create_event) DB_SYMBOL (__nptl_death_event) DB_SYMBOL (__nptl_threads_events) |