diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 13:27:42 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 13:27:42 -0500 |
| commit | c6dc9c00d7bf7eefc50b0f7e26cfdfedd135184e (patch) | |
| tree | 964f3ad733afa368a84caa3a372d88f754ad895b /src/stdio/P_tmpdir.c | |
| parent | 5c9339593ba663ebf1c898e2bce9b3391bfc22a6 (diff) | |
merge XOPEN identifiers
Diffstat (limited to 'src/stdio/P_tmpdir.c')
| -rw-r--r-- | src/stdio/P_tmpdir.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/P_tmpdir.c b/src/stdio/P_tmpdir.c new file mode 100644 index 00000000..9ff77865 --- /dev/null +++ b/src/stdio/P_tmpdir.c @@ -0,0 +1,5 @@ +#include <stdio.h> +#define P_tmpdir "/tmp" +/* +XOPEN(4) +*/ |
