@@ -32,7 +32,7 @@ public import core.sys.posix.sys.mman;
32
32
import core.sys.linux.config ;
33
33
34
34
// <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
36
36
version (PPC_Any)
37
37
{
38
38
enum PROT_SAO = 0x10 ;
@@ -57,7 +57,7 @@ version (PPC_Any)
57
57
// MCL_FUTURE = 0x4000,
58
58
// }
59
59
}
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
61
61
else version (RISCV_Any)
62
62
{
63
63
static if (__USE_MISC) enum
@@ -82,7 +82,7 @@ else version (RISCV_Any)
82
82
// MCL_FUTURE = 0x4000,
83
83
// }
84
84
}
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
86
86
else version (IBMZ_Any)
87
87
{
88
88
static if (__USE_MISC) enum
@@ -98,7 +98,7 @@ else version (IBMZ_Any)
98
98
MAP_HUGETLB = 0x40000 ,
99
99
}
100
100
}
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
102
102
else version (SH )
103
103
{
104
104
static if (__USE_MISC) enum
@@ -114,7 +114,7 @@ else version (SH)
114
114
MAP_HUGETLB = 0x40000 ,
115
115
}
116
116
}
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
118
118
else version (SPARC_Any)
119
119
{
120
120
static if (__USE_MISC) enum
@@ -138,7 +138,7 @@ else version (SPARC_Any)
138
138
// MCL_FUTURE = 0x4000,
139
139
// }
140
140
}
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
142
142
else version (X86_Any)
143
143
{
144
144
static if (__USE_MISC) enum MAP_32BIT = 0x40 ;
@@ -156,7 +156,7 @@ else version (X86_Any)
156
156
MAP_HUGETLB = 0x40000 ,
157
157
}
158
158
}
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
160
160
else version (AArch64 )
161
161
{
162
162
static if (__USE_MISC) enum
@@ -172,7 +172,7 @@ else version (AArch64)
172
172
MAP_HUGETLB = 0x40000 ,
173
173
}
174
174
}
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
176
176
else version (Alpha )
177
177
{
178
178
enum
@@ -264,7 +264,7 @@ else version (Alpha)
264
264
// POSIX_MADV_DONTNEED = 6,
265
265
// }
266
266
}
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
268
268
else version (ARM )
269
269
{
270
270
static if (__USE_MISC) enum
@@ -280,7 +280,7 @@ else version (ARM)
280
280
MAP_HUGETLB = 0x40000 ,
281
281
}
282
282
}
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
284
284
else version (HPPA_Any)
285
285
{
286
286
enum
@@ -384,7 +384,7 @@ else version (HPPA_Any)
384
384
// POSIX_MADV_DONTNEED = 4,
385
385
// }
386
386
}
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
388
388
else version (IA64 )
389
389
{
390
390
static if (__USE_MISC) enum
@@ -401,7 +401,7 @@ else version (IA64)
401
401
MAP_HUGETLB = 0x40000 ,
402
402
}
403
403
}
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
405
405
else version (M68K)
406
406
{
407
407
static if (__USE_MISC) enum
@@ -417,7 +417,7 @@ else version (M68K)
417
417
MAP_HUGETLB = 0x40000 ,
418
418
}
419
419
}
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
421
421
else version (MIPS_Any)
422
422
{
423
423
static if (__USE_MISC) enum
440
440
441
441
442
442
// <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
444
444
version (Alpha )
445
445
{
446
446
}
@@ -527,12 +527,12 @@ else
527
527
}
528
528
529
529
// 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
531
531
version (SPARC_Any)
532
532
{
533
533
static if (__USE_MISC) enum MAP_RENAME = MAP_ANONYMOUS ;
534
534
}
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
536
536
else version (MIPS_Any)
537
537
{
538
538
static if (__USE_MISC) enum MAP_RENAME = MAP_ANONYMOUS ;
0 commit comments