Browse Source
Explicitly order the Implies subdirectory list such that "generic" precedes "wordsize-64". Among other issues, the latter still partly implements getdents(2) with the deprecated syscall of the same name, despite getdents64 being available.pull/21/head
3 changed files with 4 additions and 1 deletions
@ -1,2 +1 @@ |
|||
unix/sysv/linux/generic |
|||
riscv/nptl |
|||
|
|||
@ -1 +1,3 @@ |
|||
unix/sysv/linux/riscv |
|||
unix/sysv/linux/generic/wordsize-32 |
|||
unix/sysv/linux/generic |
|||
|
|||
@ -1 +1,3 @@ |
|||
unix/sysv/linux/riscv |
|||
unix/sysv/linux/generic |
|||
unix/sysv/linux/wordsize-64 |
|||
|
|||
Loading…
Reference in new issue