summary refs log tree commit diff
path: root/socket/sockatmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/sockatmark.c')
-rw-r--r--socket/sockatmark.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/socket/sockatmark.c b/socket/sockatmark.c
index 6ff6d0198b..a00d3118a4 100644
--- a/socket/sockatmark.c
+++ b/socket/sockatmark.c
@@ -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;