mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
2004-11-03 Marcus Brinkmann <marcus@gnu.org>
* sysdeps/generic/tempname.c (__path_search): Add missing argument TRY_TMPDIR.
This commit is contained in:
@@ -25,11 +25,12 @@
|
|||||||
template suitable for use in __gen_tempname into TMPL, bounded
|
template suitable for use in __gen_tempname into TMPL, bounded
|
||||||
by TMPL_LEN. */
|
by TMPL_LEN. */
|
||||||
int
|
int
|
||||||
__path_search (tmpl, tmpl_len, dir, pfx)
|
__path_search (tmpl, tmpl_len, dir, pfx, try_tmpdir)
|
||||||
char *tmpl;
|
char *tmpl;
|
||||||
size_t tmpl_len;
|
size_t tmpl_len;
|
||||||
const char *dir;
|
const char *dir;
|
||||||
const char *pfx;
|
const char *pfx;
|
||||||
|
int try_tmpdir;
|
||||||
{
|
{
|
||||||
__set_errno (ENOSYS);
|
__set_errno (ENOSYS);
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user