Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10161a66 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "liblog: add pthread.h to vndk log/log.h" am: 6d452d7e am: 7c15f109

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1451017

Change-Id: I150cc3788687bc3c593a9acddc2411b01b493525
parents 131f7c96 7c15f109
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
/*Special log.h file for VNDK linking modules*/

#ifndef _LIBS_LOG_LOG_H
#define _LIBS_LOG_LOG_H
#pragma once

/* Historically vendors have depended on these headers being included. */
#include <fcntl.h>
#include <pthread.h>
#include <unistd.h>

#include <android/log.h>
@@ -25,5 +25,3 @@
#ifndef LOG_TAG
#define LOG_TAG NULL
#endif

#endif /*_LIBS_LOG_LOG_H*/