summaryrefslogtreecommitdiffstats
path: root/liblog/uio.c
Commit message (Collapse)AuthorAgeFilesLines
* Only Windows doesn't have <sys/uio.h>.Elliott Hughes2014-11-251-2/+2
| | | | | | | This should probably be in libcutils instead, so code that needs to care about Windows can use readv/writev. Change-Id: I7c2ceec3f742cee0e44f69fd4c88459376bd0e08
* liblog: resolve build warning messagesMark Salyzyn2014-01-271-5/+5
| | | | | | (cherry picked from commit 153b370624c3da0660281f692fbe3f2da96cfd70) Change-Id: Icc6f1f2c926a008efc4df71022cfde8d0e285880
* Move liblog headers to system/core/include/logColin Cross2013-07-241-0/+76
Move the liblog headers to log/ instead of cutils/ to complete the separation of libcutils and liblog. cutils/log.h still exists and includes log/log.h in order to support the many existing modules that use cutils/log.h. Change-Id: I2758c9f4aedcb809ca7ba8383d0f55041dd44345