diff options
Diffstat (limited to 'Userland/Libraries')
-rw-r--r-- | Userland/Libraries/LibC/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibC/stdio.h b/Userland/Libraries/LibC/stdio.h index b4ff5a8e75..ecd1393fc9 100644 --- a/Userland/Libraries/LibC/stdio.h +++ b/Userland/Libraries/LibC/stdio.h @@ -30,6 +30,7 @@ __BEGIN_DECLS #define _IONBF 2 #define L_tmpnam 256 +#define P_tmpdir "/tmp" extern FILE* stdin; extern FILE* stdout; |