diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 16:31:48 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 16:31:48 +0100 |
commit | 6029e934f4ed229a3a92a2df76cbf87e394ed69b (patch) | |
tree | e349feb23711e82c07cce0d1084e93274ae19c2b /legacy_property_service.c | |
parent | More make file tweaks (diff) | |
download | android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.gz android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.bz2 android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.lz android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.xz android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.tar.zst android_bootable_recovery-6029e934f4ed229a3a92a2df76cbf87e394ed69b.zip |
Diffstat (limited to 'legacy_property_service.c')
-rw-r--r-- | legacy_property_service.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/legacy_property_service.c b/legacy_property_service.c index 12865c417..24d3aa920 100644 --- a/legacy_property_service.c +++ b/legacy_property_service.c @@ -30,7 +30,8 @@ #include "legacy_properties.h" #include <sys/mman.h> -#include <sys/atomics.h> +// Not available in 5.0 +//#include <sys/atomics.h> #include "legacy_property_service.h" static int persistent_properties_loaded = 0; |