]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/unlink.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / io / unlink.c
index 65ec5c66ca6d4bb6290a333cb2c1891571d4c3db..42ed33c8f2f695e790dcb15bbe17479bdf0a4eca 100644 (file)
@@ -22,8 +22,7 @@
 
 /* Remove the link named NAME.  */
 int
-__unlink (name)
-     const char *name;
+__unlink (const char *name)
 {
   if (name == NULL)
     {