diff options
author | Roland McGrath <roland@gnu.org> | 1999-11-13 23:52:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-11-13 23:52:38 +0000 |
commit | 0bd019279b29e72861ba57e6101afa5e6dafb3a5 (patch) | |
tree | 9c89dfd0f45958c30c82d3a5097cf5feaf96bd95 /hurd/Versions | |
parent | 28f08f3fd1c20c4352746839c242d3a7776041a6 (diff) | |
download | glibc-0bd019279b29e72861ba57e6101afa5e6dafb3a5.tar glibc-0bd019279b29e72861ba57e6101afa5e6dafb3a5.tar.gz glibc-0bd019279b29e72861ba57e6101afa5e6dafb3a5.tar.bz2 glibc-0bd019279b29e72861ba57e6101afa5e6dafb3a5.zip |
* Versions.def (libc): Move GLIBC_2.2 dependency from GLIBC_2.1.1 to
GLIBC_2.1.3.
1999-11-13 Roland McGrath <roland@baalperazim.frob.com>
Diffstat (limited to 'hurd/Versions')
-rw-r--r-- | hurd/Versions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hurd/Versions b/hurd/Versions index f3e311b2a9..5dcdc355d9 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -107,4 +107,11 @@ libc { # s* seteuids; } + GLIBC_2.1.3 { + # d* + directory_name_split; + + # h* + hurd_directory_name_split; + } } |