diff options
-rw-r--r-- | libthreads/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <kettenis@gnu.org> + + * 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 <roland@baalperazim.frob.com> * 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 { |