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

Commit

Permalink
Merge pull request #2600 from rracariu/aio_fix
Browse files Browse the repository at this point in the history
[trivial][aio][uclibc] Add missing `else` from version checks
merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>
  • Loading branch information
dlang-bot authored May 7, 2019
2 parents ae24725 + f80ff06 commit 523ecda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/sys/posix/aio.d
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ version (CRuntime_Glibc)
void aio_init(const(aioinit)* init);
}
}
version (CRuntime_UClibc)
else version (CRuntime_UClibc)
{
static if (__USE_GNU)
{
Expand Down

0 comments on commit 523ecda

Please sign in to comment.