aboutsummaryrefslogtreecommitdiffstats
path: root/guts/tempnam.c
blob: d620898c370d041a11f986a64e166c536cb3f118 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 = NULL;

/*	return rc;
 * }
 */