diff options
Diffstat (limited to 'stdio-common/tmpnam_r.c')
-rw-r--r-- | stdio-common/tmpnam_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tmpnam_r.c b/stdio-common/tmpnam_r.c index a509a071d6..5e67cc6845 100644 --- a/stdio-common/tmpnam_r.c +++ b/stdio-common/tmpnam_r.c @@ -33,5 +33,5 @@ tmpnam_r (char *s) to L_tmpnam characters in any case. */ return __stdio_gen_tempname (s, L_tmpnam, (const char *) NULL, (const char *) NULL, 0, - (size_t *) NULL, (FILE **) NULL); + (size_t *) NULL, (FILE **) NULL, 0); } |