Fix various empty .h files in bionic.

Bug: http://b/28432688
Change-Id: I339f5221b9e66ce5983eb3685b9405e8d6f58808
This commit is contained in:
Elliott Hughes 2016-04-29 22:30:19 -07:00
parent ee6fb66dc1
commit 6b3bec031f
6 changed files with 2 additions and 4 deletions

View File

@ -0,0 +1,2 @@
/* This is a BSD synonym for <utmp.h> that's also provided by glibc. */
#include <utmp.h>

View File

@ -52,10 +52,6 @@
#include <sys/limits.h>
#if __POSIX_VISIBLE
#include <sys/syslimits.h>
#endif
/* GLibc compatibility definitions.
Note that these are defined by GCC's <limits.h>
only when __GNU_LIBRARY__ is defined, i.e. when

View File