diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:53:07 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 10:53:07 -0800 |
commit | beff1d132c16aedd87a3f1bc7b572c8e69819015 (patch) | |
tree | 65ee1c7617947a47e888bc06a7f6c5261890c775 /nptl/Versions | |
parent | ea02c6b81296ef3131e0ab3bdf37f3a9905597f4 (diff) | |
download | glibc-beff1d132c16aedd87a3f1bc7b572c8e69819015.tar.gz glibc-beff1d132c16aedd87a3f1bc7b572c8e69819015.tar.xz glibc-beff1d132c16aedd87a3f1bc7b572c8e69819015.zip |
Clean up NPTL fork to be compat-only.
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions index 4e134fa42e..bc8a15b43b 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -266,6 +266,9 @@ libpthread { GLIBC_2.20 { } + GLIBC_2.22 { + } + GLIBC_PRIVATE { __pthread_initialize_minimal; __pthread_clock_gettime; __pthread_clock_settime; |