Skip to content

Commit 47467fc

Browse files
authored
Merge pull request #4076 from tgross35/diff-note-dragonfly
[0.2] dragonfly: Add a note for items that differ between the branches
2 parents 83120be + 1a23aa6 commit 47467fc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/unix/bsd/freebsdlike/dragonfly/errno.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* DIFF(main): module removed in de76fee6 */
2+
13
// DragonFlyBSD's __error function is declared with "static inline", so it must
24
// be implemented in the libc crate, as a pointer to a static thread_local.
35
f! {

src/unix/bsd/freebsdlike/dragonfly/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,7 @@ extern "C" {
17371737
) -> vm_map_entry_t;
17381738
}
17391739

1740+
// DIFF(main): module removed in de76fee6
17401741
cfg_if! {
17411742
if #[cfg(libc_thread_local)] {
17421743
mod errno;

0 commit comments

Comments
 (0)