Fix various empty .h files in bionic.
Bug: http://b/28432688 Change-Id: I339f5221b9e66ce5983eb3685b9405e8d6f58808
This commit is contained in:
parent
ee6fb66dc1
commit
6b3bec031f
|
@ -0,0 +1,2 @@
|
|||
/* This is a BSD synonym for <utmp.h> that's also provided by glibc. */
|
||||
#include <utmp.h>
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue