summaryrefslogtreecommitdiff
path: root/stdio-common/tmpfile64.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tmpfile64.c')
-rw-r--r--stdio-common/tmpfile64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/tmpfile64.c b/stdio-common/tmpfile64.c
index 2ea6bfc3a8..f8670cbf9b 100644
--- a/stdio-common/tmpfile64.c
+++ b/stdio-common/tmpfile64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991,1993,1996,1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -37,7 +37,7 @@ tmpfile64 ()
if (__path_search (buf, FILENAME_MAX, NULL, "tmpf", 0))
return NULL;
- fd = __gen_tempname (buf, 1, 1);
+ fd = __gen_tempname (buf, __GT_BIGFILE);
if (fd < 0)
return NULL;