summaryrefslogtreecommitdiff
path: root/posix/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/uname.c')
-rw-r--r--posix/uname.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/posix/uname.c b/posix/uname.c
index 072e868151..b0dec649fc 100644
--- a/posix/uname.c
+++ b/posix/uname.c
@@ -1,5 +1,5 @@
/* uname -- Report basic information about the system. Generic version.
- 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
@@ -26,8 +26,7 @@
/* Put information about the system in NAME. */
int
-__uname (name)
- struct utsname *name;
+__uname (struct utsname *name)
{
int save;