diff options
Diffstat (limited to 'dirent')
-rw-r--r-- | dirent/dirent.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dirent/dirent.h b/dirent/dirent.h index a08d62664d..0888e46dc7 100644 --- a/dirent/dirent.h +++ b/dirent/dirent.h @@ -111,8 +111,10 @@ enum # define DT_REG DT_REG DT_LNK = 10, # define DT_LNK DT_LNK - DT_SOCK = 12 + DT_SOCK = 12, # define DT_SOCK DT_SOCK + DT_WHT = 14 +# define DT_WHT DT_WHT }; /* Convert between stat structure types and directory types. */ |