From 3ef38cf9369ff92f91afaa0495eb4308aafd691f Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Mon, 1 Jun 2015 16:58:18 +0200 Subject: [PATCH] Remove P_tmpdir. --- libc/include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */