diff options
| author | Tom Cherry <tomcherry@google.com> | 2019-01-16 14:17:08 -0800 |
|---|---|---|
| committer | Tom Cherry <tomcherry@google.com> | 2019-01-16 14:26:36 -0800 |
| commit | 6f6ef39b481d8b3f7fb24536b3e28327a48fcec4 (patch) | |
| tree | 20e2e866d28f09ba1fac35b28e10f9e9b9aa1f0a /libstats | |
| parent | 4f8246122f9324b1f19fad97a4b3e6362b8d6ee2 (diff) | |
| download | system_core-6f6ef39b481d8b3f7fb24536b3e28327a48fcec4.tar.gz system_core-6f6ef39b481d8b3f7fb24536b3e28327a48fcec4.tar.bz2 system_core-6f6ef39b481d8b3f7fb24536b3e28327a48fcec4.zip | |
Remove liblog/uio.c and <log/uio.h>
readv() isn't used by anyone, writev() has one easily replaced user.
uio.h can be left as a private header for windows compatibility with
struct iovec.
Test: build
Change-Id: I33d4c6bdee6fd818271f78ae06abdd2aa09430f2
Diffstat (limited to 'libstats')
| -rw-r--r-- | libstats/statsd_writer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstats/statsd_writer.c b/libstats/statsd_writer.c index f00fc2d89..f5be95c19 100644 --- a/libstats/statsd_writer.c +++ b/libstats/statsd_writer.c @@ -31,6 +31,7 @@ #include <string.h> #include <sys/stat.h> #include <sys/types.h> +#include <sys/uio.h> #include <sys/un.h> #include <time.h> #include <unistd.h> |
