diff options
Diffstat (limited to 'sysdeps/stub/tempname.c')
-rw-r--r-- | sysdeps/stub/tempname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/tempname.c b/sysdeps/stub/tempname.c index 984d4becd3..b93b948ca6 100644 --- a/sysdeps/stub/tempname.c +++ b/sysdeps/stub/tempname.c @@ -26,7 +26,7 @@ Return the generated filename or NULL if one could not be generated, putting the length of the string in *LENPTR. */ char * -__stdio_gen_tempname (buf, bufsize, dir, pfx, dir_search, lenptr) +__stdio_gen_tempname (buf, bufsize, dir, pfx, dir_search, lenptr, streamptr) char *buf; size_t bufsize; const char *dir; |