diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Versions.def | 3 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,11 @@ +2000-03-27 Roland McGrath <roland@baalperazim.frob.com> + + * Makeconfig (preprocess-versions): New canned sequence for running + cpp on shlib-versions and the like. + (soversions.i): Use it. + * Makerules (Versions.all, sysd-versions): Use it to preprocess the + Versions.def and Versions files. + 2000-03-27 Ulrich Drepper <drepper@redhat.com> * stdio-common/tst-obprintf.c (main): Add another check to see diff --git a/Versions.def b/Versions.def index 962bcf6e48..31674d4bc3 100644 --- a/Versions.def +++ b/Versions.def @@ -9,9 +9,6 @@ libc { GLIBC_2.1.3 GLIBC_2.1.4 GLIBC_2.2 -%ifdef USE_IN_LIBIO - HURD_CTHREADS_0.3 -%endif } libcrypt { GLIBC_2.0 |