summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-01 04:49:13 +0000
committerRoland McGrath <roland@gnu.org>2002-05-01 04:49:13 +0000
commit72d05e4e3b5e2d565660c0fd71e141b9f4cabec3 (patch)
tree90534ab1105798042ea55d438877733890cb06ae /libthreads
parenteaaacfaf0ed23ba55cfe84bb545703a4ff06dfa9 (diff)
2002-03-24 Roland McGrath <roland@frob.com>
* libthreads.map: Use GLIBC_2.2.6 set instead of GLIBC_2.2.
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/libthreads.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/libthreads/libthreads.map b/libthreads/libthreads.map
index d86f646f..1a041f71 100644
--- a/libthreads/libthreads.map
+++ b/libthreads/libthreads.map
@@ -5,12 +5,12 @@
/* We only use this file when we build against a libio-using libc,
which we presume will be 2.2 that is expecting our lockfile.c
hooks. Therefore the flockfile functions are added to the
- GLIBC_2.2 version node. The rest of the library's symbols will use
+ GLIBC_2.2.6 version node. The rest of the library's symbols will use
HURD_CTHREADS_0.3. */
VERSION
{
- GLIBC_2.2
+ GLIBC_2.2.6
{
global:
_IO_flockfile; _IO_funlockfile; _IO_ftrylockfile;