summaryrefslogtreecommitdiff
path: root/io/mkdirat.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/mkdirat.c')
-rw-r--r--io/mkdirat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/io/mkdirat.c b/io/mkdirat.c
index 7ba3145d1b..4b14e33dff 100644
--- a/io/mkdirat.c
+++ b/io/mkdirat.c
@@ -24,10 +24,7 @@
/* Create a directory named PATH relative to FD with protections MODE. */
int
-mkdirat (fd, path, mode)
- int fd;
- const char *path;
- mode_t mode;
+mkdirat (int fd, const char *path, mode_t mode)
{
if (path == NULL)
{