diff options
Diffstat (limited to 'lang/lualanes')
-rw-r--r-- | lang/lualanes/patches/100-musl-compat.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lualanes/patches/100-musl-compat.patch b/lang/lualanes/patches/100-musl-compat.patch index 2f3276b1f..737ece1fd 100644 --- a/lang/lualanes/patches/100-musl-compat.patch +++ b/lang/lualanes/patches/100-musl-compat.patch @@ -1,6 +1,6 @@ --- a/src/threading.h +++ b/src/threading.h -@@ -110,7 +110,7 @@ enum e_status { PENDING, RUNNING, WAITING, DONE, ERROR_ST, CANCELLED }; +@@ -110,7 +110,7 @@ enum e_status { PENDING, RUNNING, WAITIN #endif // PLATFORM_WIN32 #include <pthread.h> |