summaryrefslogtreecommitdiff
path: root/direntry.h
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2015-05-08 23:07:47 -0400
committerjoe <joe@jerkface.net>2015-05-08 23:07:47 -0400
commit220534453eecc2c07ad710d72268aafd20b83138 (patch)
tree469bd5db135e31b7ea908152aa3389b9b1e06d5b /direntry.h
initial commit
Diffstat (limited to 'direntry.h')
-rw-r--r--direntry.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/direntry.h b/direntry.h
new file mode 100644
index 0000000..bfd4d19
--- /dev/null
+++ b/direntry.h
@@ -0,0 +1,12 @@
1/* Public domain. */
2
3#ifndef DIRENTRY_H
4#define DIRENTRY_H
5
6/* sysdep: +dirent */
7
8#include <sys/types.h>
9#include <dirent.h>
10#define direntry struct dirent
11
12#endif