summaryrefslogtreecommitdiff
path: root/misc/sstk.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sstk.c')
-rw-r--r--misc/sstk.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/sstk.c b/misc/sstk.c
index 437deb173e..d7527be7e5 100644
--- a/misc/sstk.c
+++ b/misc/sstk.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -23,8 +23,7 @@
void *sstk (int increment) __THROW;
void *
-sstk (increment)
- int increment;
+sstk (int increment)
{
__set_errno (ENOSYS);
return (void *) -1;