aboutsummaryrefslogtreecommitdiffstats
path: root/guts/tempnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/tempnam.c')
-rw-r--r--guts/tempnam.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/guts/tempnam.c b/guts/tempnam.c
deleted file mode 100644
index 9b0257f..0000000
--- a/guts/tempnam.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static char *
- * wrap_tempnam(const char *template, const char *pfx) {
- * char * rc = NULL;
- */
- /* let gcc know we ignored these on purpose */
- (void) template;
- (void) pfx;
- pseudo_diag("tempnam() is so ludicrously insecure as to defy implementation.");
- errno = ENOMEM;
- rc = NULL;
-
-/* return rc;
- * }
- */