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

Commit 8ed4b0a

Browse files
committed
core.sys.posix.signal: add @System
1 parent 54fc8a2 commit 8ed4b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/sys/posix/signal.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ version (X86_64) version = X86_Any;
4444
version (Posix):
4545
extern (C):
4646
//nothrow: // this causes http://issues.dlang.org/show_bug.cgi?id=12738 (which has been fixed)
47-
//@system:
47+
@system:
4848

4949
//
5050
// Required

0 commit comments

Comments
 (0)