Upstream a few more constants from rustix.#3173
Conversation
|
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
|
@bors r+ |
Upstream a few more constants from rustix. Add a definition of `CIBAUD` for powerpc and powerpc64 on glibc. And a definition for `RLIM64_INFINITY` on linux_like platforms.
|
💔 Test failed - checks-actions |
|
@bors r+ |
Upstream a few more constants from rustix. Add a definition of `CIBAUD` for powerpc and powerpc64 on glibc. And a definition for `RLIM64_INFINITY` on linux_like platforms.
|
💔 Test failed - checks-actions |
|
Some jobs failed, could you check? It'd be great if you could squash commits into one once it's done. |
deec65c to
5597f33
Compare
|
Fixed the declaration of |
This comment was marked as resolved.
This comment was marked as resolved.
|
Could not assign reviewer from: |
Upstream a few more constants from rustix. Add a definition of `CIBAUD` for powerpc and powerpc64 on glibc. And a definition for `RLIM64_INFINITY` on linux_like platforms.
|
💔 Test failed - checks-cirrus-freebsd-14 |
|
This PR doesn't touch any files used by FreeBSD, but CI is failing on FreeBSD like this: |
|
The issue is now fixed on master, @bors retry |
Upstream a few more constants from rustix. Add a definition of `CIBAUD` for powerpc and powerpc64 on glibc. And a definition for `RLIM64_INFINITY` on linux_like platforms.
|
💔 Test failed - checks-actions |
|
Seems there's a typo in cfg. |
- And a definition for `RLIM64_INFINITY` on linux_like platforms. - Declare the `sync` function on Android and solarish. - Solaris: https://docs.oracle.com/cd/E26502_01/html/E29032/sync-2.html - Illumos: https://illumos.org/man/2/sync - Enable `FICLONE` and `FICLONERANGE` on more architectures.
5597f33 to
0ba1fc4
Compare
|
Oops, fixed. |
|
@bors r+ |
|
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
PR rust-lang#3173 added definitions of `FICLONE` for mips and power to a generic file, however mips and power have their own versions of this file, so move their `FICLONE` definitions into their own files.
…ohnTitor Define `FICLONE` on mips and power. PR #3173 added definitions of `FICLONE` for mips and power to a generic file, however mips and power have their own versions of this file, so move their `FICLONE` definitions into their own files.
Add a definition of
CIBAUDfor powerpc and powerpc64 on glibc.And a definition for
RLIM64_INFINITYon linux_like platforms.