summaryrefslogtreecommitdiff
path: root/streams/fdetach.c
diff options
context:
space:
mode:
Diffstat (limited to 'streams/fdetach.c')
-rw-r--r--streams/fdetach.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/streams/fdetach.c b/streams/fdetach.c
index 09706de30a..05809bcd9e 100644
--- a/streams/fdetach.c
+++ b/streams/fdetach.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1998-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
@@ -19,8 +19,7 @@
#include <stropts.h>
int
-fdetach (path)
- const char *path;
+fdetach (const char *path)
{
__set_errno (ENOSYS);
return -1;