This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
src/core/sys/dragonflybsd Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77module core.sys.dragonflybsd.sys._cpuset ;
88
99version (DragonFlyBSD ):
10- extern (C ) pure nothrow @nogc @system :
10+ extern (C ):
1111
1212public import core.sys.dragonflybsd.sys._bitset ;
1313
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module core.sys.dragonflybsd.sys.elf32;
88
99version (DragonFlyBSD ):
1010
11- extern (C ) pure nothrow @nogc @system :
11+ extern (C ):
1212
1313import core.stdc.stdint ;
1414public import core.sys.dragonflybsd.sys.elf_common ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module core.sys.dragonflybsd.sys.elf64;
88
99version (DragonFlyBSD ):
1010
11- extern (C ) pure nothrow @nogc @system :
11+ extern (C ):
1212
1313import core.stdc.stdint ;
1414public import core.sys.dragonflybsd.sys.elf_common ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module core.sys.dragonflybsd.sys.elf_common;
88
99version (DragonFlyBSD ):
1010
11- extern (C ) pure nothrow @nogc @system :
11+ extern (C ):
1212
1313import core.stdc.stdint ;
1414
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ struct dl_phdr_info
7373};
7474
7575
76- private alias extern (C) int function (dl_phdr_info* , size_t , void * ) dl_iterate_phdr_cb;
77- private alias extern (C) int function (dl_phdr_info* , size_t , void * ) @nogc dl_iterate_phdr_cb_ngc;
76+ private alias int function (dl_phdr_info* , size_t , void * ) dl_iterate_phdr_cb;
77+ private alias int function (dl_phdr_info* , size_t , void * ) @nogc dl_iterate_phdr_cb_ngc;
7878extern int dl_iterate_phdr(dl_iterate_phdr_cb __callback, void * __data);
7979extern int dl_iterate_phdr(dl_iterate_phdr_cb_ngc __callback, void * __data) @nogc ;
8080extern int _rtld_addr_phdr(const void * , dl_phdr_info* ) @nogc ;
Original file line number Diff line number Diff line change 77module core.sys.dragonflybsd.sys.mman ;
88
99version (DragonFlyBSD ):
10- extern (C ) nothrow @system :
10+ extern (C ) nothrow @nogc @ system :
1111
1212public import core.sys.posix.sys.mman ;
1313import core.sys.dragonflybsd.sys.cdefs ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public import core.sys.posix.time;
1212
1313version (DragonFlyBSD ):
1414
15- extern (C ) nothrow @nogc @system :
15+ extern (C ):
1616
1717import core.sys.dragonflybsd.sys.cdefs ;
1818
You can’t perform that action at this time.
0 commit comments