/src/wrappers/posix/dynamic-linking/library/dl_loader.e

http://github.com/tybor/Liberty · Specman e · 29 lines · 4 code · 3 blank · 22 comment · 0 complexity · 2e8860ecbef779f3aeb6b0792ce05618 MD5 · raw file

  1. expanded class DL_LOADER
  2. -- Access to the dynamic linking loader provided
  3. -- by the operative systemi as an expanded class,
  4. -- useful to to avoid namespace polluting. If you
  5. -- don't know what "name space pollutiong" is or
  6. -- if you just don't care insert
  7. -- DYNAMIC_LINKING_LOADER.
  8. insert
  9. DYNAMIC_LINKING_LOADER
  10. end -- class DL_LOADER
  11. -- Liberty Eiffel wrappers for GNU C library Copyright (C) 2013-2017: Paolo Redaelli, Free Software Foundation
  12. --
  13. -- The GNU C Library is free software; you can redistribute it and/or
  14. -- modify it under the terms of the GNU Lesser General Public
  15. -- License as published by the Free Software Foundation; either
  16. -- version 2.1 of the License, or (at your option) any later version.
  17. --
  18. -- The GNU C Library is distributed in the hope that it will be useful,
  19. -- but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  21. -- Lesser General Public License for more details.
  22. --
  23. -- You should have received a copy of the GNU Lesser General Public
  24. -- License along with the GNU C Library; if not, write to the Free
  25. -- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  26. -- 02110-1301 USA