diff options
Diffstat (limited to 'streams/fdetach.c')
-rw-r--r-- | streams/fdetach.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/streams/fdetach.c b/streams/fdetach.c index 09706de30a..44d9d937a9 100644 --- a/streams/fdetach.c +++ b/streams/fdetach.c @@ -19,8 +19,7 @@ #include <stropts.h> int -fdetach (path) - const char *path; +fdetach (const char *path) { __set_errno (ENOSYS); return -1; |