Advertisement
z3ntu

hurd glibc stuff

Jun 1st, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. In file included from /usr/include/pthread/pthread.h:55:0,
  2. from /usr/include/pthread.h:2,
  3. from ../include/pthread.h:1,
  4. from ../libpthread/sysdeps/pthread/libc-lockP.h:22,
  5. from ../sysdeps/mach/libc-lock.h:227,
  6. from ../include/link.h:46,
  7. from ../include/dlfcn.h:4,
  8. from ../sysdeps/generic/ldsodefs.h:32,
  9. from ../sysdeps/i386/ldsodefs.h:39,
  10. from ../sysdeps/gnu/ldsodefs.h:46,
  11. from setup-thread.c:22:
  12. /usr/include/pthread/pthreadtypes.h:50:6: error: nested redefinition of 'enum __pthread_contentionscope'
  13. enum __pthread_contentionscope
  14. ^~~~~~~~~~~~~~~~~~~~~~~~~
  15. /usr/include/pthread/pthreadtypes.h:50:6: error: redeclaration of 'enum __pthread_contentionscope'
  16. In file included from ../posix/sys/types.h:270:0,
  17. from ../include/sys/types.h:1,
  18. from ../include/string.h:4,
  19. from ../sysdeps/mach/thread_state.h:47,
  20. from ../sysdeps/mach/i386/thread_state.h:49,
  21. from setup-thread.c:19:
  22. ../libpthread/sysdeps/pthread/bits/pthreadtypes.h:51:6: note: originally defined here
  23. enum __pthread_contentionscope
  24. ^~~~~~~~~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement