summaryrefslogtreecommitdiff
path: root/Versions.def
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-06-15 12:24:15 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-06-15 12:24:15 +0530
commit61dd6208fb1e59a423b6dfa712a3c896c34b2590 (patch)
tree3417035a17046120bfedeafe2e7db9e366380101 /Versions.def
parent601eb33debf0c7548f52ba72cec4b3f362105e39 (diff)
New API to set default thread attributes
This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.
Diffstat (limited to 'Versions.def')
-rw-r--r--Versions.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def
index 04622397fd..0854e6eb3b 100644
--- a/Versions.def
+++ b/Versions.def
@@ -102,6 +102,7 @@ libpthread {
GLIBC_2.6
GLIBC_2.11
GLIBC_2.12
+ GLIBC_2.18
GLIBC_PRIVATE
}
libresolv {