From ac44d97eea1c0b87b0ff604fdd41af243dfd2e5d Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 25 May 2000 20:25:04 +0000 Subject: * 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. --- libthreads/ChangeLog | 6 ++++++ libthreads/libthreads.map | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index a2e62d30..acb49008 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-05-25 Mark Kettenis + + * 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. + 2000-03-30 Roland McGrath * libthreads.map: Define HURD_CTHREADS_0.3 version set, 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 { -- cgit v1.2.3