commit | c631bb215e29981222f19c092ded49c7c1f15845 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 18 23:38:26 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 18 23:38:26 2014 +0000 |
tree | 13fce594705618a08ac14747845e1dbb344f656a | |
parent | b7f0693aaac9907070443ee6e47fe1d594b42251 [diff] | |
parent | 9257c477aeafe6b48cb0b7ed8c63f4f2b88453ee [diff] |
Merge "Fix the types of some of the struct stat fields."
diff --git a/libc/include/sys/stat.h b/libc/include/sys/stat.h index 9fed170..7017865 100644 --- a/libc/include/sys/stat.h +++ b/libc/include/sys/stat.h
@@ -29,7 +29,6 @@ #ifndef _SYS_STAT_H_ #define _SYS_STAT_H_ -#include <endian.h> #include <linux/stat.h> #include <machine/timespec.h> #include <sys/cdefs.h>