about summary refs log tree commit diff
path: root/sysdeps/unix/sockatmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sockatmark.c')
-rw-r--r--sysdeps/unix/sockatmark.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sockatmark.c b/sysdeps/unix/sockatmark.c
index cb73f3ae80..929069d3b8 100644
--- a/sysdeps/unix/sockatmark.c
+++ b/sysdeps/unix/sockatmark.c
@@ -20,8 +20,7 @@
 
 /* Determine wheter socket is at a out-of-band mark.  */
 int
-sockatmark (fd)
-     int fd;
+sockatmark (int fd)
 {
   int answ;