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

Commit f0365f2

Browse files
author
Moritz Maxeiner
committed
Add attributes to core.sys.freebsd.sys.event
1 parent af5fe9f commit f0365f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/sys/freebsd/sys/event.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ module core.sys.freebsd.sys.event;
1515

1616
version (FreeBSD):
1717
extern (C):
18+
nothrow:
19+
@nogc:
1820

1921
import core.stdc.stdint; // intptr_t, uintptr_t
2022
import core.sys.posix.time; // timespec

0 commit comments

Comments
 (0)