summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-01-22 00:04:23 +0100
committerRichard Braun <rbraun@sceen.net>2013-01-22 00:04:23 +0100
commitd4691b4a23ae319b39ae3a84f8435d4dc991bfac (patch)
treea0d44be20af215fad3cec38a3b07b0b78301254b
parent784fe796ddd14a15f4f2b9c84a802838e84c04f5 (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--Versions5
1 files changed, 3 insertions, 2 deletions
diff --git a/Versions b/Versions
index ca975e0..8573637 100644
--- a/Versions
+++ b/Versions
@@ -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;