summaryrefslogtreecommitdiff
path: root/io/umask.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/umask.c')
-rw-r--r--io/umask.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/umask.c b/io/umask.c
index 2afb8372c3..0e9a738708 100644
--- a/io/umask.c
+++ b/io/umask.c
@@ -21,8 +21,7 @@
/* Set the file creation mask to MASK, returning the old mask. */
mode_t
-__umask (mask)
- mode_t mask;
+__umask (mode_t mask)
{
__set_errno (ENOSYS);
return -1;