|
|
|
|
|
by romka2
2630 days ago
|
|
Yep, this is mentioned in the doc. > [...] every element in entries has d_type at offset -1. This can be useful to the callers that need to distinguish between regular files and directories (gitstatusd, in fact, needs this). Note how ListDir() implements this feature at zero cost, as a lucky accident of dirent64_t memory layout. |
|