summaryrefslogtreecommitdiff
path: root/misc/mkostemps64.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mkostemps64.c')
-rw-r--r--misc/mkostemps64.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/mkostemps64.c b/misc/mkostemps64.c
index 7b48b5c8c0..4351978d70 100644
--- a/misc/mkostemps64.c
+++ b/misc/mkostemps64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2016 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
@@ -28,10 +28,7 @@
"XXXXXX"; they are replaced with a string that makes the filename
unique. Then open the file and return a fd. */
int
-mkostemps64 (template, suffixlen, flags)
- char *template;
- int suffixlen;
- int flags;
+mkostemps64 (char *template, int suffixlen, int flags)
{
if (suffixlen < 0)
{