From: Ben Gras Date: Mon, 26 Jul 2010 14:46:35 +0000 (+0000) Subject: stdio.h - define P_tmpdir X-Git-Tag: v3.1.8~140 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=008cc7c1a7ea86b8de9e64ed9948fb7415b9c351;p=minix.git stdio.h - define P_tmpdir --- diff --git a/include/stdio.h b/include/stdio.h index cb2f5c3a6..30559d0d9 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -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;