Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit d6a899c

Browse files
committed
Fix rebase screw-up
1 parent c2ca582 commit d6a899c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/sys/linux/sys/mman.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ version (PPC_Any)
5757
// MCL_FUTURE = 0x4000,
5858
// }
5959
}
60-
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/powerpc/bits/mman.h
60+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/riscv/bits/mman.h
6161
else version (RISCV_Any)
6262
{
6363
static if (__USE_MISC) enum
@@ -138,7 +138,7 @@ else version (SPARC_Any)
138138
// MCL_FUTURE = 0x4000,
139139
// }
140140
}
141-
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sparc/bits/mman.h
141+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/x86/bits/mman.h
142142
else version (X86_Any)
143143
{
144144
static if (__USE_MISC) enum MAP_32BIT = 0x40;

0 commit comments

Comments
 (0)