aboutsummaryrefslogtreecommitdiffstats
path: root/guts/tempnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/tempnam.c')
-rw-r--r--guts/tempnam.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/guts/tempnam.c b/guts/tempnam.c
new file mode 100644
index 0000000..4da3c83
--- /dev/null
+++ b/guts/tempnam.c
@@ -0,0 +1,12 @@
+/*
+ * static char *
+ * wrap_tempnam(const char *template, const char *pfx) {
+ * char * rc = NULL;
+ */
+ pseudo_diag("tempnam() is so ludicrously insecure as to defy implementation.");
+ errno = ENOMEM;
+ rc = 0;
+
+/* return rc;
+ * }
+ */