summaryrefslogtreecommitdiffstats
path: root/libc/bionic/__strcpy_chk.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-03-15 15:30:25 -0700
committerElliott Hughes <enh@google.com>2013-03-15 16:12:58 -0700
commit8f2a5a0b40fc82126c691d5c30131d908772aab7 (patch)
tree0b29a5dc82395c076387edb5af9ca271a91264c0 /libc/bionic/__strcpy_chk.cpp
parente23ed8c6441389a79c6504295184f7249e01a197 (diff)
downloadbionic-8f2a5a0b40fc82126c691d5c30131d908772aab7.zip
bionic-8f2a5a0b40fc82126c691d5c30131d908772aab7.tar.gz
bionic-8f2a5a0b40fc82126c691d5c30131d908772aab7.tar.bz2
Clean up internal libc logging.
We only need one logging API, and I prefer the one that does no allocation and is thus safe to use in any context. Also use O_CLOEXEC when opening the /dev/log files. Move everything logging-related into one header file. Change-Id: Ic1e3ea8e9b910dc29df351bff6c0aa4db26fbb58
Diffstat (limited to 'libc/bionic/__strcpy_chk.cpp')
-rw-r--r--libc/bionic/__strcpy_chk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/__strcpy_chk.cpp b/libc/bionic/__strcpy_chk.cpp
index 74ceda1..bfb6642 100644
--- a/libc/bionic/__strcpy_chk.cpp
+++ b/libc/bionic/__strcpy_chk.cpp
@@ -28,7 +28,7 @@
#include <string.h>
#include <stdlib.h>
-#include <private/logd.h>
+#include "libc_logging.h"
/*
* Runtime implementation of __builtin____strcpy_chk.