]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/dup3.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / io / dup3.c
index 1f7f093204776dc4dad044845147e6868ab9e4b6..78eba2f4af8566da1b3d6fe482506b531540173c 100644 (file)
--- a/io/dup3.c
+++ b/io/dup3.c
    open the same file as FD is which setting flags according to
    FLAGS.  Return FD2 or -1.  */
 int
-__dup3 (fd, fd2, flags)
-     int fd;
-     int fd2;
-     int flags;
+__dup3 (int fd, int fd2, int flags)
 {
   if (fd < 0 || fd2 < 0)
     {