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

Commit db5a818

Browse files
committed
core.sys.posix.aio: Rename bsd_posix to BSD_Posix
1 parent c06ed31 commit db5a818

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/core/sys/posix/aio.d

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ else version (FreeBSD)
6060
sigevent aio_sigevent;
6161
}
6262

63-
version = bsd_posix;
63+
version = BSD_Posix;
6464
}
6565
else version (NetBSD)
6666
{
@@ -78,7 +78,7 @@ else version (NetBSD)
7878
private ssize_t _retval;
7979
}
8080

81-
version = bsd_posix;
81+
version = BSD_Posix;
8282
}
8383
else version (DragonFlyBSD)
8484
{
@@ -95,7 +95,7 @@ else version (DragonFlyBSD)
9595
private int _aio_err;
9696
}
9797

98-
version = bsd_posix;
98+
version = BSD_Posix;
9999
}
100100
else
101101
static assert(false, "Unsupported platform");
@@ -118,7 +118,7 @@ version (CRuntime_Glibc)
118118
LIO_NOP
119119
}
120120
}
121-
else version (bsd_posix)
121+
else version (BSD_Posix)
122122
{
123123
enum
124124
{
@@ -137,7 +137,7 @@ version (CRuntime_Glibc)
137137
LIO_NOWAIT
138138
}
139139
}
140-
else version (bsd_posix)
140+
else version (BSD_Posix)
141141
{
142142
enum
143143
{

0 commit comments

Comments
 (0)