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

Commit c2ca582

Browse files
ibuclawRazvanN7
authored andcommitted
core.sys.linux.sys.mman: Remove commit hash reference from urls
1 parent d9d1457 commit c2ca582

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public import core.sys.posix.sys.mman;
3232
import core.sys.linux.config;
3333

3434
// <bits/mman.h>
35-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/powerpc/bits/mman.h
3636
version (PPC_Any)
3737
{
3838
enum PROT_SAO = 0x10;
@@ -57,7 +57,7 @@ version (PPC_Any)
5757
// MCL_FUTURE = 0x4000,
5858
// }
5959
}
60-
// https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/riscv/bits/mman.h
60+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/powerpc/bits/mman.h
6161
else version (RISCV_Any)
6262
{
6363
static if (__USE_MISC) enum
@@ -82,7 +82,7 @@ else version (RISCV_Any)
8282
// MCL_FUTURE = 0x4000,
8383
// }
8484
}
85-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/s390/bits/mman.h
85+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/s390/bits/mman.h
8686
else version (IBMZ_Any)
8787
{
8888
static if (__USE_MISC) enum
@@ -98,7 +98,7 @@ else version (IBMZ_Any)
9898
MAP_HUGETLB = 0x40000,
9999
}
100100
}
101-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/sh/bits/mman.h
101+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sh/bits/mman.h
102102
else version (SH)
103103
{
104104
static if (__USE_MISC) enum
@@ -114,7 +114,7 @@ else version (SH)
114114
MAP_HUGETLB = 0x40000,
115115
}
116116
}
117-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/sparc/bits/mman.h
117+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sparc/bits/mman.h
118118
else version (SPARC_Any)
119119
{
120120
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;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/x86/bits/mman.h
141+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sparc/bits/mman.h
142142
else version (X86_Any)
143143
{
144144
static if (__USE_MISC) enum MAP_32BIT = 0x40;
@@ -156,7 +156,7 @@ else version (X86_Any)
156156
MAP_HUGETLB = 0x40000,
157157
}
158158
}
159-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/aarch64/bits/mman.h
159+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/aarch64/bits/mman.h
160160
else version (AArch64)
161161
{
162162
static if (__USE_MISC) enum
@@ -172,7 +172,7 @@ else version (AArch64)
172172
MAP_HUGETLB = 0x40000,
173173
}
174174
}
175-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/alpha/bits/mman.h
175+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/alpha/bits/mman.h
176176
else version (Alpha)
177177
{
178178
enum
@@ -264,7 +264,7 @@ else version (Alpha)
264264
// POSIX_MADV_DONTNEED = 6,
265265
// }
266266
}
267-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/arm/bits/mman.h
267+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/arm/bits/mman.h
268268
else version (ARM)
269269
{
270270
static if (__USE_MISC) enum
@@ -280,7 +280,7 @@ else version (ARM)
280280
MAP_HUGETLB = 0x40000,
281281
}
282282
}
283-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/hppa/bits/mman.h
283+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/hppa/bits/mman.h
284284
else version (HPPA_Any)
285285
{
286286
enum
@@ -384,7 +384,7 @@ else version (HPPA_Any)
384384
// POSIX_MADV_DONTNEED = 4,
385385
// }
386386
}
387-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/ia64/bits/mman.h
387+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/ia64/bits/mman.h
388388
else version (IA64)
389389
{
390390
static if (__USE_MISC) enum
@@ -401,7 +401,7 @@ else version (IA64)
401401
MAP_HUGETLB = 0x40000,
402402
}
403403
}
404-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/m68k/bits/mman.h
404+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/m68k/bits/mman.h
405405
else version (M68K)
406406
{
407407
static if (__USE_MISC) enum
@@ -417,7 +417,7 @@ else version (M68K)
417417
MAP_HUGETLB = 0x40000,
418418
}
419419
}
420-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/mips/bits/mman.h
420+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/mips/bits/mman.h
421421
else version (MIPS_Any)
422422
{
423423
static if (__USE_MISC) enum
@@ -440,7 +440,7 @@ else
440440

441441

442442
// <bits/mman-linux.h>
443-
// https://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=bits/mman-linux.h
443+
// https://sourceware.org/git/?p=glibc.git;a=blob;f=bits/mman-linux.h
444444
version (Alpha)
445445
{
446446
}
@@ -527,12 +527,12 @@ else
527527
}
528528

529529
// Workaround https://issues.dlang.org/show_bug.cgi?id=17883
530-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/sparc/bits/mman.h
530+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/sparc/bits/mman.h
531531
version (SPARC_Any)
532532
{
533533
static if (__USE_MISC) enum MAP_RENAME = MAP_ANONYMOUS;
534534
}
535-
// http://sourceware.org/git/?p=glibc.git;a=blob;hb=51e945a8f950a6695754b11c1e6fba8bb750e100;f=sysdeps/unix/sysv/linux/mips/bits/mman.h
535+
// http://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/mips/bits/mman.h
536536
else version (MIPS_Any)
537537
{
538538
static if (__USE_MISC) enum MAP_RENAME = MAP_ANONYMOUS;

0 commit comments

Comments
 (0)