aboutsummaryrefslogtreecommitdiffstats
path: root/guts/tempnam.c
blob: 4da3c831c9c1df9b7660d225cae27d613e779154 (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 = 0;

/*	return rc;
 * }
 */