]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - streams/fdetach.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / streams / fdetach.c
index 09706de30ae20e1042f9ba89586a81995bc7dc7e..44d9d937a980421a3a975e50c0f6858df1d4a0e7 100644 (file)
@@ -19,8 +19,7 @@
 #include <stropts.h>
 
 int
-fdetach (path)
-     const char *path;
+fdetach (const char *path)
 {
   __set_errno (ENOSYS);
   return -1;