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:
parent
59e7dd00c5
commit
3ef38cf936
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue