Skip to content

Commit

Permalink
mark ports as nothrow nogc
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Nov 27, 2024
1 parent c606bbc commit fafbdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mach/ports.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
module mach.ports;
import objc.os;

extern(C):
extern(C) nothrow @nogc:

public import core.sys.darwin.mach.port;
public import core.sys.darwin.mach.kern_return;
Expand Down

0 comments on commit fafbdef

Please sign in to comment.