]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/fchflags.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / fchflags.c
index b9f267583bdd808a78e8e674f7a74079b219be41..ad0d728aa00ae20a8015f64b4077d01e5aaa6b5e 100644 (file)
@@ -24,9 +24,7 @@
 int fchflags (int fd, unsigned long int flags) __THROW;
 
 int
-fchflags (fd, flags)
-     int fd;
-     unsigned long int flags;
+fchflags (int fd, unsigned long int flags)
 {
   if (fd < 0)
     {