Advertisement
silver2row

errorsGalore.sh

Mar 2nd, 2021
1,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. File /opt/Native_SDK/examples/Vulkan/GnomeHorde/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  2. /* */
  3. #include <pthread.h>
  4.  
  5. int main(int argc, char** argv)
  6. {
  7.   (void)argv;
  8. #ifndef pthread_create
  9.   return ((int*)(&pthread_create))[argc];
  10. #else
  11.   (void)argc;
  12.   return 0;
  13. #endif
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement