commit | 6114ffb3e16c114c728c31b472263660e2d2210c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 09 21:39:21 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 09 21:39:22 2014 +0000 |
tree | 4bb201cee62087a277da0dc9328597a102309244 | |
parent | c65cbf97d9769025ad83d6e7f4e7daa58a273a4c [diff] | |
parent | a8a3178445e8a229671977411f44c04844dcc1ab [diff] |
Merge "Add the glibc-compatible d_fileno."
diff --git a/libc/include/dirent.h b/libc/include/dirent.h index 3b00645..129cdfa 100644 --- a/libc/include/dirent.h +++ b/libc/include/dirent.h
@@ -53,6 +53,7 @@ unsigned char d_type; char d_name[256]; }; +#define d_fileno d_ino #define dirent64 dirent typedef struct DIR DIR;