Skip to content

Commit

Permalink
2004-11-03 Marcus Brinkmann <marcus@gnu.org>
Browse files Browse the repository at this point in the history
	* sysdeps/generic/tempname.c (__path_search): Add missing argument
	TRY_TMPDIR.
  • Loading branch information
Roland McGrath committed Nov 3, 2004
1 parent b1845d0 commit a237785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysdeps/generic/tempname.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
template suitable for use in __gen_tempname into TMPL, bounded
by TMPL_LEN. */
int
__path_search (tmpl, tmpl_len, dir, pfx)
__path_search (tmpl, tmpl_len, dir, pfx, try_tmpdir)
char *tmpl;
size_t tmpl_len;
const char *dir;
const char *pfx;
int try_tmpdir;
{
__set_errno (ENOSYS);
return -1;
Expand Down

0 comments on commit a237785

Please sign in to comment.