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

Commit f80a414

Browse files
authored
[trivial] Mark core.sys.posix.sys.utsname as nothrow and @nogc
1 parent 382b759 commit f80a414

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)