summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/fchflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/fchflags.c')
-rw-r--r--sysdeps/mach/hurd/fchflags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/fchflags.c b/sysdeps/mach/hurd/fchflags.c
index 582151b885..a9df1fb40f 100644
--- a/sysdeps/mach/hurd/fchflags.c
+++ b/sysdeps/mach/hurd/fchflags.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 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
@@ -25,7 +25,7 @@
/* XXX should be __fchflags? */
int
-fchflags (int fd, int flags)
+fchflags (int fd, unsigned long int flags)
{
error_t err;