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

Commit bdda013

Browse files
yshuiwilzbach
authored andcommitted
Add musl libc definitions to: src_core_sys_posix_stdio
1 parent 8080ba3 commit bdda013

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/sys/posix/stdio.d

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,10 @@ version( CRuntime_Glibc )
283283
{
284284
enum P_tmpdir = "/tmp";
285285
}
286+
version( CRuntime_Musl )
287+
{
288+
enum P_tmpdir = "/tmp";
289+
}
286290
version( Darwin )
287291
{
288292
enum P_tmpdir = "/var/tmp";

0 commit comments

Comments
 (0)