diff options
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/shlib-versions b/shlib-versions index 42e5131..5f9ed65 100644 --- a/shlib-versions +++ b/shlib-versions @@ -13,7 +13,7 @@ i?86-*-* libm=6 m68k-*-* libm=6 alpha-*-* libm=6 -# We provide libc.so.6 for Linux kernel versions 1.3.95 and later. +# We provide libc.so.6 for Linux kernel versions 2.0 and later. i?86-*-linux* libc=6 m68k-*-linux* libc=6 alpha-*-linux* libc=6 @@ -24,6 +24,9 @@ alpha-*-linux* libc=6 # libhurduser.so.0.0 corresponds to hurd/*.defs as of 7 May 1996. *-*-gnu* libhurduser=0.0 +# libc.so.0.0 is for the Hurd alpha release 0.0. +*-*-gnu* libc=0.0 + # The -ldl interface (see <dlfcn.h>) is the same on all platforms. *-*-* libdl=2 @@ -44,3 +47,10 @@ alpha-*-linux* libc=6 # We use libdb.so.2 for the interface in version 1.85 of the Berkeley DB code. *-*-* libdb=2 + +# So far libcrypt.so.0 specifies the interface of the traditional `crypt' +# function. The libc distribution installs the stub `nocrypt' library +# with this interface. The separate crypt distribution (which cannot be +# legally exported from the USA) provides real DES encryption in a shared +# library libcrypt.so.0 with the same interface. +*-*-* libcrypt=0 |