Skip to content

Commit

Permalink
fix cannot access @System field with newer compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaloupka committed May 20, 2023
1 parent 40f43a8 commit b39b434
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/during/io_uring.d
Expand Up @@ -12,7 +12,7 @@ version (linux):
import core.sys.posix.poll;
import core.sys.posix.signal;

@system nothrow @nogc:
nothrow @nogc:

/**
* IO operation submission data structure (Submission queue entry).
Expand Down Expand Up @@ -1594,6 +1594,8 @@ struct io_uring_getevents_arg
ulong ts;
}

@system:

/**
* Setup a context for performing asynchronous I/O.
*
Expand Down

0 comments on commit b39b434

Please sign in to comment.