1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Remove P_tmpdir.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-06-01 16:58:18 +02:00
parent 59e7dd00c5
commit 3ef38cf936

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. */