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

Commit 523ecda

Browse files
authored
Merge pull request #2600 from rracariu/aio_fix
[trivial][aio][uclibc] Add missing `else` from version checks merged-on-behalf-of: Jacob Carlborg <[email protected]>
2 parents ae24725 + f80ff06 commit 523ecda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/sys/posix/aio.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ version (CRuntime_Glibc)
525525
void aio_init(const(aioinit)* init);
526526
}
527527
}
528-
version (CRuntime_UClibc)
528+
else version (CRuntime_UClibc)
529529
{
530530
static if (__USE_GNU)
531531
{

0 commit comments

Comments
 (0)