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

Commit 2a9dfa3

Browse files
committed
Bionic: define __USE_GNU for new core.sys.posix.spawn module.
1 parent 16cf449 commit 2a9dfa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/sys/posix/config.d

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ else version (CRuntime_UClibc)
107107
else
108108
enum __WORDSIZE=32;
109109
}
110+
else version (CRuntime_Bionic)
111+
{
112+
enum __USE_GNU = false;
113+
}
110114
else version (Solaris)
111115
{
112116
enum _FILE_OFFSET_BITS = 64;

0 commit comments

Comments
 (0)