Loading include/cutils/properties.h +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ int property_set(const char *key, const char *value); int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie); #if defined(__BIONIC_FORTIFY) #if defined(__BIONIC_FORTIFY) && !defined(__clang__) extern int __property_get_real(const char *, char *, const char *) __asm__(__USER_LABEL_PREFIX__ "property_get"); Loading Loading
include/cutils/properties.h +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ int property_set(const char *key, const char *value); int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie); #if defined(__BIONIC_FORTIFY) #if defined(__BIONIC_FORTIFY) && !defined(__clang__) extern int __property_get_real(const char *, char *, const char *) __asm__(__USER_LABEL_PREFIX__ "property_get"); Loading