From 008cc7c1a7ea86b8de9e64ed9948fb7415b9c351 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 26 Jul 2010 14:46:35 +0000 Subject: [PATCH] stdio.h - define P_tmpdir --- include/stdio.h | 1 + 1 file changed, 1 insertion(+) 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;