summaryrefslogtreecommitdiff
path: root/io/dup3.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/dup3.c')
-rw-r--r--io/dup3.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/io/dup3.c b/io/dup3.c
index 1f7f093204..78eba2f4af 100644
--- a/io/dup3.c
+++ b/io/dup3.c
@@ -24,10 +24,7 @@
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)
{