diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-27 19:42:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-27 19:42:09 +0000 |
commit | 480d827b660a4e13fd5b9a4bacb3df57cad1a5aa (patch) | |
tree | f7008331c3b564143156a8d07a5d60c9afb70319 /Versions.def | |
parent | 22d5fbfe74038c925bae4abbb1a911818a77ee42 (diff) | |
download | glibc-480d827b660a4e13fd5b9a4bacb3df57cad1a5aa.zip glibc-480d827b660a4e13fd5b9a4bacb3df57cad1a5aa.tar.gz glibc-480d827b660a4e13fd5b9a4bacb3df57cad1a5aa.tar.bz2 |
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.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index 31674d4..962bcf6 100644 --- a/Versions.def +++ b/Versions.def @@ -9,6 +9,9 @@ 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 |