We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83120be + 1a23aa6 commit 47467fcCopy full SHA for 47467fc
src/unix/bsd/freebsdlike/dragonfly/errno.rs
@@ -1,3 +1,5 @@
1
+/* DIFF(main): module removed in de76fee6 */
2
+
3
// DragonFlyBSD's __error function is declared with "static inline", so it must
4
// be implemented in the libc crate, as a pointer to a static thread_local.
5
f! {
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -1737,6 +1737,7 @@ extern "C" {
1737
) -> vm_map_entry_t;
1738
}
1739
1740
+// DIFF(main): module removed in de76fee6
1741
cfg_if! {
1742
if #[cfg(libc_thread_local)] {
1743
mod errno;
0 commit comments