diff options
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/libthreads.map | 4 |
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; |