summaryrefslogtreecommitdiff
path: root/socket/sockatmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/sockatmark.c')
-rw-r--r--socket/sockatmark.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/socket/sockatmark.c b/socket/sockatmark.c
index 6ff6d0198b..c35c2bf44e 100644
--- a/socket/sockatmark.c
+++ b/socket/sockatmark.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2001-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
@@ -20,8 +20,7 @@
/* Determine wheter socket is at a out-of-band mark. */
int
-sockatmark (fd)
- int fd;
+sockatmark (int fd)
{
__set_errno (ENOSYS);
return -1;