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