mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot
16 lines
312 B
C
16 lines
312 B
C
--- liblog/logger_write.c.orig 2016-04-16 00:01:39 UTC
|
|
+++ liblog/logger_write.c
|
|
@@ -15,12 +15,12 @@
|
|
*/
|
|
|
|
#include <errno.h>
|
|
-#include <stdatomic.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/time.h>
|
|
|
|
#ifdef __BIONIC__
|
|
+#include <stdatomic.h>
|
|
#include <android/set_abort_message.h>
|
|
#endif
|
|
|