commit | f963da22ecc25c51971d802037736ae540321441 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue May 13 11:01:11 2014 +0100 |
committer | Calin Juravle <calin@google.com> | Tue May 13 11:01:11 2014 +0100 |
tree | e206273e946ead1a15d4f35f1a206bab1b427c54 | |
parent | 38967f3d1fbc9326beb7eef8c084b334e9bd65f5 [diff] [blame] |
Undef private *_BODY defines after use Bug: 14865741 Change-Id: I1398f7b3f64e3c94f2714cede5b61205dfa78a24
diff --git a/libc/include/dirent.h b/libc/include/dirent.h index bfe4ea4..71eb2e7 100644 --- a/libc/include/dirent.h +++ b/libc/include/dirent.h
@@ -56,6 +56,8 @@ struct dirent { __DIRENT64_BODY }; struct dirent64 { __DIRENT64_BODY }; +#undef __DIRENT64_BODY + #define d_fileno d_ino typedef struct DIR DIR;