summaryrefslogtreecommitdiff
path: root/libc/stdio/tmpnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/tmpnam.c')
-rw-r--r--libc/stdio/tmpnam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/tmpnam.c b/libc/stdio/tmpnam.c
index 88b9bff1f..ffed862c1 100644
--- a/libc/stdio/tmpnam.c
+++ b/libc/stdio/tmpnam.c
@@ -40,7 +40,7 @@ tmpnam (char *s)
0))
return NULL;
- if (__builtin_expect (__gen_tempname (tmpbuf, __GT_NOCREATE, 0), 0))
+ if (__builtin_expect (__gen_tempname (tmpbuf, __GT_NOCREATE, 0, 0), 0))
return NULL;
if (s == NULL)