summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/umask.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/umask.c')
-rw-r--r--sysdeps/mach/hurd/umask.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/umask.c b/sysdeps/mach/hurd/umask.c
index 8e1a9bebaa..b1e81dcaab 100644
--- a/sysdeps/mach/hurd/umask.c
+++ b/sysdeps/mach/hurd/umask.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -20,8 +20,7 @@
/* Set the file creation mask to MASK, returning the old mask. */
mode_t
-__umask (mask)
- mode_t mask;
+__umask (mode_t mask)
{
mode_t omask;
mask &= 0777;