liblibos-2.19.patch 658 B

12345678910111213141516171819202122232425
  1. diff --git a/Versions.def b/Versions.def
  2. index 759c754..e1a270e 100644
  3. --- a/Versions.def
  4. +++ b/Versions.def
  5. @@ -148,3 +152,6 @@ libanl {
  6. libcidn {
  7. GLIBC_PRIVATE
  8. }
  9. +liblibos {
  10. + GLIBC_2.19
  11. +}
  12. diff --git a/shlib-versions b/shlib-versions
  13. index 78b0ad7..5c3dcf2 100644
  14. --- a/shlib-versions
  15. +++ b/shlib-versions
  16. @@ -64,6 +64,9 @@ sh.*-.*-linux.* ld=ld-linux.so.2 GLIBC_
  17. # The -ldl interface (see <dlfcn.h>) is the same on all platforms.
  18. .*-.*-.* libdl=2
  19. +# Interface for Graphene
  20. +.*-.*-.* liblibos=1
  21. +
  22. # So far the -lutil interface is the same on all platforms, except for the
  23. # `struct utmp' format, which depends on libc.
  24. .*-.*-.* libutil=1