Remove P_tmpdir.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-06-01 16:58:18 +02:00
parent 59e7dd00c5
commit 3ef38cf936
1 changed files with 1 additions and 1 deletions

View File

@ -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 <stdio.h> buffers. */