commit | f58179cda5a905f405efac4f116f5205e3b01611 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu May 25 01:43:05 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 25 01:43:07 2017 +0000 |
tree | d4986fc5db89ae3fdbd0a657fff911717db87bbc | |
parent | 1143a629772c85b779b0f8249e1e223e27ff7481 [diff] | |
parent | 8543f923fe46b958e5061dab6d0440c9e2cd7603 [diff] |
Merge "Stop including <sys/sysmacros.h> from <sys/types.h>."
diff --git a/libc/include/sys/types.h b/libc/include/sys/types.h index 637ef02..26ad6a5 100644 --- a/libc/include/sys/types.h +++ b/libc/include/sys/types.h
@@ -131,8 +131,6 @@ typedef unsigned int uint; #if defined(__USE_BSD) || defined(__BIONIC__) /* Historically bionic exposed these. */ -#include <sys/sysmacros.h> - typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int;