]> Zhao Yanbai Git Server - minix.git/commitdiff
stdio.h - define P_tmpdir
authorBen Gras <ben@minix3.org>
Mon, 26 Jul 2010 14:46:35 +0000 (14:46 +0000)
committerBen Gras <ben@minix3.org>
Mon, 26 Jul 2010 14:46:35 +0000 (14:46 +0000)
include/stdio.h

index cb2f5c3a6bb613824b50e718512568f5af92e21a..30559d0d903df49d7a71481dd621866f08cd109b 100644 (file)
@@ -61,6 +61,7 @@ typedef struct __iobuf {
 
 #define        TMP_MAX         999
 #define        L_tmpnam        (sizeof("/tmp/") + FILENAME_MAX)
+#define P_tmpdir "/tmp"
 #define __STDIO_VA_LIST__      void *
 
 typedef long int       fpos_t;