opnsense-ports/devel/android-tools-fastboot/files/extra-patch-liblog_logd__write.c
Franco Fichtner 55666d7b86 */*: sync with upstream
Taken from: FreeBSD
2016-06-09 05:53:52 +02:00

12 lines
268 B
C

--- liblog/logd_write.c.orig 2015-05-27 20:24:08 UTC
+++ liblog/logd_write.c
@@ -22,7 +22,9 @@
#include <pthread.h>
#endif
#include <stdarg.h>
+#if (FAKE_LOG_DEVICE == 0)
#include <stdatomic.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>