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

Commit 382b759

Browse files
authored
Merge pull request #2012 from yshui/musl_libc_src_core_sys_posix_stdio
Add musl libc definitions to: src_core_sys_posix_stdio merged-on-behalf-of: Iain Buclaw <ibuclaw@gdcproject.org>
2 parents d9d513c + bdda013 commit 382b759

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
@@ -285,6 +285,10 @@ version( CRuntime_Glibc )
285285
{
286286
enum P_tmpdir = "/tmp";
287287
}
288+
version( CRuntime_Musl )
289+
{
290+
enum P_tmpdir = "/tmp";
291+
}
288292
version( Darwin )
289293
{
290294
enum P_tmpdir = "/var/tmp";

0 commit comments

Comments
 (0)