Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. server vampi # cat /usr/include/gnu/stubs-32.h
  2. cat: /usr/include/gnu/stubs-32.h: Нет такого файла или каталога
  3. server vampi # cat /usr/include/gnu/stubs-64.h
  4. /* This file is automatically generated.
  5. It defines a symbol `__stub_FUNCTION' for each function
  6. in the C library which is a stub, meaning it will fail
  7. every time called, usually setting errno to ENOSYS. */
  8.  
  9. #ifdef _LIBC
  10. # error Applications may not define the macro _LIBC
  11. #endif
  12.  
  13. #define __stub_bdflush
  14. #define __stub_chflags
  15. #define __stub_fattach
  16. #define __stub_fchflags
  17. #define __stub_fdetach
  18. #define __stub_getmsg
  19. #define __stub_gtty
  20. #define __stub_lchmod
  21. #define __stub_putmsg
  22. #define __stub_revoke
  23. #define __stub_setlogin
  24. #define __stub_sigreturn
  25. #define __stub_sstk
  26. #define __stub_stty
  27. server vampi #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement