diff --git a/libc/include/stdio.h b/libc/include/stdio.h index 51d9da40..b34ed77a 100644 --- a/libc/include/stdio.h +++ b/libc/include/stdio.h @@ -103,7 +103,7 @@ typedef __off_t fpos_t; #endif #if __USE_SORTIX || __USE_POSIX -#define P_tmpdir "/tmp" +/* P_tmpdir will not be implemented. */ #endif /* Size of buffers. */