Merge "Fix various empty .h files in bionic."
This commit is contained in:
commit
ec4671928c
6 changed files with 2 additions and 4 deletions
|
@ -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 a new issue