Skip to content

Commit

Permalink
Merge pull request #95 from baryluk/patch-2
Browse files Browse the repository at this point in the history
Update package.d
  • Loading branch information
Heromyth authored Feb 8, 2023
2 parents 82f6bb1 + 07be4cd commit 5264f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/hunt/system/syscall/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version(Posix):

extern (C) nothrow @nogc size_t syscall(size_t ident, ...);

version(D_InlineAsm_X86_64)
version(X86_64)
{
version(linux) public import hunt.system.syscall.os.Linux;
else version(OSX) public import hunt.system.syscall.os.OSX;
Expand Down

0 comments on commit 5264f18

Please sign in to comment.