strace/xlat/dirent_types.in
Eugene Syromyatnikov a8778adef2 xlat: provide fallback definitions to dirent_types
* xlat/dirent_types.in: Provide fallback definitions.
2018-10-15 17:59:36 +02:00

10 lines
98 B
Plaintext

DT_UNKNOWN 0
DT_FIFO 1
DT_CHR 2
DT_DIR 4
DT_BLK 6
DT_REG 8
DT_LNK 10
DT_SOCK 12
DT_WHT 14