|
@@ -25,9 +25,7 @@
|
|
|
they are replaced with a string that makes the filename unique.
|
|
|
Then open the file and return a fd. */
|
|
|
int
|
|
|
-mkostemp64 (template, flags)
|
|
|
- char *template;
|
|
|
- int flags;
|
|
|
+mkostemp64 (char *template, int flags)
|
|
|
{
|
|
|
return __gen_tempname (template, __GT_BIGFILE, flags | O_LARGEFILE);
|
|
|
}
|