|
Revision tags: 0.2.174, 0.2.173, 0.2.172, ctest-v0.4.11, ctest-v0.4.10, 0.2.171, 0.2.170 |
|
| #
bb10d5f7 |
| 22-Feb-2025 |
王宇逸 <[email protected]> |
cygwin: add support
Co-authored-by: Ookiineko <[email protected]>
(backport <https://github.com/rust-lang/libc/pull/4279>) (cherry picked from commit f5569b1d574768751de109bf51e08348abc7f7
cygwin: add support
Co-authored-by: Ookiineko <[email protected]>
(backport <https://github.com/rust-lang/libc/pull/4279>) (cherry picked from commit f5569b1d574768751de109bf51e08348abc7f7d3)
show more ...
|
|
Revision tags: 0.2.169 |
|
| #
24430c76 |
| 18-Dec-2024 |
Ivan Gankevich <[email protected]> |
Make all `major`, `minor`, `makedev` into `const fn`.
(backport <https://github.com/rust-lang/libc/pull/4208>) (cherry picked from commit 37c3333c07105cf29245941ecbbd5733ad0ddd22)
|
|
Revision tags: 0.2.168, ctest-v0.4.9, 0.2.167, 0.2.166, 0.2.165, 0.2.164, 0.2.163, 0.2.162, 0.2.161, 0.2.160, 0.2.159, 0.2.158, 0.2.157, 0.2.156, 0.2.155, 0.2.154, ctest-v0.4.8, 0.2.153, 0.2.152, 0.2.151, 0.2.150, 0.2.149, 0.2.148, 0.2.147, ctest-v0.4.7, 0.2.146, 0.2.145, 0.2.144, 0.2.143, ctest-v0.4.6, 0.2.142, 0.2.141, 0.2.140, 0.2.139, 0.2.138, ctest-v0.4.5, 0.2.137, 0.2.136, 0.2.135, 0.2.134, 0.2.133 |
|
| #
5e6d9c4a |
| 26-Aug-2022 |
Alan Somers <[email protected]> |
Add makedev for the BSDs
Also, make makedev function safe and const on all platforms.
On Android, change the arguments from signed to unsigned integers to match the other platforms. The C makedev
Add makedev for the BSDs
Also, make makedev function safe and const on all platforms.
On Android, change the arguments from signed to unsigned integers to match the other platforms. The C makedev is a macro, so the signededness is undefined.
Add an integration test for makedev, too, since it's a macro that we must reimplement.
show more ...
|