diff options
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 2df1490..abb2379 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -91,5 +91,7 @@ libpthread { pthread_attr_getstacksize; pthread_attr_setstacksize; pthread_getconcurrency; pthread_setconcurrency; + + pthread_mutexattr_gettype; pthread_mutexattr_settype; } } |