diff options
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shlib-versions b/shlib-versions index e0434672e9..2b92f95f1e 100644 --- a/shlib-versions +++ b/shlib-versions @@ -26,3 +26,7 @@ alpha-*-linux* libc=6 # The -ldl interface (see <dlfcn.h>) is the same on all platforms. *-*-* libdl=2 + +# So far the -lutil interface is the same on all platforms, except for the +# `struct utmp' format, which depends on libc. +*-*-* libutil=1 |