summaryrefslogtreecommitdiff
path: root/io/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/open.c')
-rw-r--r--io/open.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/io/open.c b/io/open.c
index c0000bacd6..a1c8866222 100644
--- a/io/open.c
+++ b/io/open.c
@@ -26,9 +26,7 @@
/* Open FILE with access OFLAG. If O_CREAT or O_TMPFILE is in OFLAG,
a third argument is the file protection. */
int
-__libc_open (file, oflag)
- const char *file;
- int oflag;
+__libc_open (const char *file, int oflag)
{
int mode;