rust-lang / libc

Raw bindings to platform APIs for Rust
https://docs.rs/libc
Apache License 2.0
2.07k stars 1.04k forks source link

fix: haiku has changed AT_FDCWD from -1 to -100 #3741

Closed SteveLauC closed 3 months ago

SteveLauC commented 3 months ago

haiku has changed AT_FDCWD from -1 to -100

https://github.com/haiku/haiku/blob/master/headers/posix/fcntl.h

rustbot commented 3 months ago

r? @JohnTitor

rustbot has assigned @JohnTitor. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

SteveLauC commented 3 months ago

This change has already been made to branch libc-0.2: #3638

SteveLauC commented 3 months ago

Close as this is a duplicate of #3705