From c6dc9c00d7bf7eefc50b0f7e26cfdfedd135184e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 13:27:42 -0500 Subject: merge XOPEN identifiers --- src/stdio/P_tmpdir.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/stdio/P_tmpdir.c (limited to 'src/stdio/P_tmpdir.c') 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 +#define P_tmpdir "/tmp" +/* +XOPEN(4) +*/ -- cgit v1.2.1