diff options
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dirent.h b/include/dirent.h index 153d36a..fd2eace 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -9,9 +9,6 @@ #include <unistd.h> #endif -#define S_ISREG(_m) (_m & (STAT_REG)) -#define S_ISDIR(_m) (_m & (STAT_DIR)) - struct dirent { ino_t d_ino; // File serial number. char d_name[PATH_MAX]; // Filename string of entry. |