diff options
author | Richard Braun <rbraun@sceen.net> | 2013-01-22 00:04:23 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2013-01-22 00:04:23 +0100 |
commit | d4691b4a23ae319b39ae3a84f8435d4dc991bfac (patch) | |
tree | a0d44be20af215fad3cec38a3b07b0b78301254b | |
parent | 784fe796ddd14a15f4f2b9c84a802838e84c04f5 (diff) |
Fix versions of _IO_flockfile, _IO_ftrylockfile and _IO_funlockfile
* Versions: Include _IO_flockfile, _IO_ftrylockfile and _IO_funlockfile
in version 2.2.6 of libpthread.
-rw-r--r-- | Versions | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22,11 +22,12 @@ libc { } libpthread { + GLIBC_2.2.6 { + _IO_flockfile; _IO_ftrylockfile; _IO_funlockfile; + } GLIBC_2.12 { __pthread_errorcheck_mutexattr; __pthread_recursive_mutexattr; - _IO_flockfile; _IO_ftrylockfile; _IO_funlockfile; - __pthread_get_cleanup_stack; __pthread_mutex_transfer_np; |