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

Commit df1de06

Browse files
authored
Merge pull request #2038 from tchaloupka/patch-1
[trivial] Mark core.sys.posix.sys.utsname as nothrow and @nogc merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 246d53c + f80a414 commit df1de06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/sys/posix/sys/utsname.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ else version (WatchOS)
1414

1515
version (Posix):
1616
extern(C):
17+
nothrow:
18+
@nogc:
1719

1820
version(CRuntime_Glibc)
1921
{

0 commit comments

Comments
 (0)