mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 19:58:30 +00:00
Refix readdir() on OpenBSD
We now have better tests which are catching these kinds of bugs.
This commit is contained in:
parent
f7c7b949fd
commit
a5f3456333
2 changed files with 25 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#define COSMOPOLITAN_LIBC_CALLS_STRUCT_DIRENT_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
struct dirent { /* openbsd and linux getdents64 abi */
|
||||
struct dirent { /* linux getdents64 abi */
|
||||
uint64_t d_ino; /* inode number */
|
||||
int64_t d_off; /* implementation-dependent location number */
|
||||
uint16_t d_reclen; /* byte length of this whole struct and string */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue