summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/bits/stdio.h')
-rw-r--r--arch/x86_64/bits/stdio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86_64/bits/stdio.h b/arch/x86_64/bits/stdio.h
new file mode 100644
index 00000000..0afd8b40
--- /dev/null
+++ b/arch/x86_64/bits/stdio.h
@@ -0,0 +1,10 @@
+#define BUFSIZ 1024
+
+#define FILENAME_MAX 4095
+#define FOPEN_MAX 1000
+#define TMP_MAX 10000
+
+#define L_cuserid 20
+#define L_ctermid 20
+#define L_tmpnam 20
+#define P_tmpdir "/tmp"