mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +01:00
18086: I don't know how this got missed out...
This commit is contained in:
parent
50b77cd584
commit
f87232c120
1 changed files with 4 additions and 0 deletions
|
|
@ -1098,6 +1098,10 @@ zclose(int fd)
|
|||
/* Get a file name relative to $TMPPREFIX which *
|
||||
* is unique, for use as a temporary file. */
|
||||
|
||||
#ifdef HAVE__MKTEMP
|
||||
extern char *_mktemp(char *);
|
||||
#endif
|
||||
|
||||
/**/
|
||||
mod_export char *
|
||||
gettempname(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue