diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions index c6346ef8b5..1d6e6b2582 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -206,6 +206,11 @@ libpthread { pthread_tryjoin_np; pthread_timedjoin_np; } + GLIBC_2.3.3 { + # Unix CS option. + pthread_condattr_getclock; pthread_condattr_setclock; + } + GLIBC_PRIVATE { __pthread_initialize_minimal; __pthread_cleanup_upto; __pthread_clock_gettime; __pthread_clock_settime; |