You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
356 B

  1. --- a/src/threading.c
  2. +++ b/src/threading.c
  3. @@ -35,7 +35,9 @@ THE SOFTWARE.
  4. ===============================================================================
  5. */
  6. #if defined(__linux__)
  7. +#ifndef _GNU_SOURCE
  8. # define _GNU_SOURCE /* must be defined before any include */
  9. +#endif
  10. # ifdef __ANDROID__
  11. # include <android/log.h>
  12. # define LOG_TAG "LuaLanes"