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

Commit

Permalink
OS C functions are nothrow
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Mar 17, 2014
1 parent 5fb06f3 commit 16f56d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/sys/posix/sys/stat.d
Expand Up @@ -22,6 +22,7 @@ public import core.sys.posix.sys.types; // for off_t, mode_t

version (Posix):
extern (C):
nothrow:

//
// Required
Expand Down

0 comments on commit 16f56d7

Please sign in to comment.