Loading liblog/include/log/log.h +2 −2 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ typedef enum { #endif #if __ANDROID_USE_LIBLOG_CLOCK_INTERFACE clockid_t android_log_clockid(); clockid_t android_log_clockid(void); #endif #endif /* __linux__ */ Loading @@ -185,7 +185,7 @@ clockid_t android_log_clockid(); * May be used to clean up File descriptors after a Fork, the resources are * all O_CLOEXEC so wil self clean on exec(). */ void __android_log_close(); void __android_log_close(void); #endif #ifndef __ANDROID_USE_LIBLOG_RATELIMIT_INTERFACE Loading Loading
liblog/include/log/log.h +2 −2 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ typedef enum { #endif #if __ANDROID_USE_LIBLOG_CLOCK_INTERFACE clockid_t android_log_clockid(); clockid_t android_log_clockid(void); #endif #endif /* __linux__ */ Loading @@ -185,7 +185,7 @@ clockid_t android_log_clockid(); * May be used to clean up File descriptors after a Fork, the resources are * all O_CLOEXEC so wil self clean on exec(). */ void __android_log_close(); void __android_log_close(void); #endif #ifndef __ANDROID_USE_LIBLOG_RATELIMIT_INTERFACE Loading