summaryrefslogtreecommitdiff
path: root/io/getwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/getwd.c')
-rw-r--r--io/getwd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/getwd.c b/io/getwd.c
index bbda67c6e2..2a9fc734d3 100644
--- a/io/getwd.c
+++ b/io/getwd.c
@@ -23,8 +23,7 @@
char *
-getwd (buf)
- char *buf;
+getwd (char *buf)
{
#ifndef PATH_MAX
#define PATH_MAX 1024