mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
qt: fix typo in webkit pthread_getattr_np patch
Missing continuation (\) character in #if check. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
24d498dadf
commit
36f8b40d22
@ -9,7 +9,7 @@
|
|||||||
+// pthread_getattr_np or pthread_attr_getstack.
|
+// pthread_getattr_np or pthread_attr_getstack.
|
||||||
+#if __UCLIBC_MAJOR__ == 0 && \
|
+#if __UCLIBC_MAJOR__ == 0 && \
|
||||||
+ (__UCLIBC_MINOR__ < 9 || \
|
+ (__UCLIBC_MINOR__ < 9 || \
|
||||||
+ (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ <= 32)) &&
|
+ (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ <= 32)) && \
|
||||||
+ defined(__LINUXTHREADS_OLD__)
|
+ defined(__LINUXTHREADS_OLD__)
|
||||||
+#define UCLIBC_USE_PROC_SELF_MAPS 1
|
+#define UCLIBC_USE_PROC_SELF_MAPS 1
|
||||||
+#include <stdio_ext.h>
|
+#include <stdio_ext.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user