-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Adding UTIME_NOW and UTIME_OMIT to dragonfly #1487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r? @gnzlbg (rust_highfive has picked a reviewer for you, use r? to override) |
Doing this makes me wish there was some tooling to generate constants from a given body of C code (ie a git url) |
You can probably use rust-bindgen for that. @bors: r+ |
📌 Commit 4448eb3 has been approved by |
Adding UTIME_NOW and UTIME_OMIT to musl and dragonfly Verified in both repos: - [musl](https://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n70) - [dragonfly](https://github.com/DragonFlyBSD/DragonFlyBSD/blob/e7ab884bd49753f8884eb597d10d6569a08fa0df/sys/sys/stat.h#L250)
💔 Test failed - status-azure |
@bors: retry (worth a try) |
@lpetre: 🔑 Insufficient privileges: not in try users |
1 similar comment
@lpetre: 🔑 Insufficient privileges: not in try users |
@bors: retry |
@bors: r+ |
📌 Commit 2919a5b has been approved by |
Adding UTIME_NOW and UTIME_OMIT to dragonfly Verified in both repos: - [musl](https://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n70) - [dragonfly](https://github.com/DragonFlyBSD/DragonFlyBSD/blob/e7ab884bd49753f8884eb597d10d6569a08fa0df/sys/sys/stat.h#L250)
💔 Test failed - checks-cirrus-freebsd-12 |
@bors: r+ |
📌 Commit 600a67f has been approved by |
Adding UTIME_NOW and UTIME_OMIT to dragonfly Verified in both repos: - [musl](https://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n70) - [dragonfly](https://github.com/DragonFlyBSD/DragonFlyBSD/blob/e7ab884bd49753f8884eb597d10d6569a08fa0df/sys/sys/stat.h#L250)
☀️ Test successful - checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, status-azure |
Verified in both repos: