diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-05-25 20:25:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-05-25 20:25:04 +0000 |
commit | ac44d97eea1c0b87b0ff604fdd41af243dfd2e5d (patch) | |
tree | 97684ab6a2bdb15af1eb35a82b8a21a92704a5d5 /libthreads/libthreads.map | |
parent | 8288e02fb9a63ca4f1d5dc1a1491f4f94d7f27dc (diff) |
* libthreads.map: Update comment to reflect Roland's 2000-03-30
change, and my change to the toplevel configure.in that disables
versioning for the old stdio-using libc.
Diffstat (limited to 'libthreads/libthreads.map')
-rw-r--r-- | libthreads/libthreads.map | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libthreads/libthreads.map b/libthreads/libthreads.map index 0f53f58b..d86f646f 100644 --- a/libthreads/libthreads.map +++ b/libthreads/libthreads.map @@ -2,9 +2,11 @@ It is in the form of a linker script, to be including as an input file in the link command, rather than with --version-script. */ - /* We only define these symbols when built against a libio-using libc, - which we presume will be 2.2 that is expecting our lockfile.c hooks. - For now, the rest of the library's symbols remain unversioned. */ +/* 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 + HURD_CTHREADS_0.3. */ VERSION { |