diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-07 21:56:15 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-07 21:56:15 +0100 |
commit | 5d2556c4fa4629b1c3adf59f29c699f00d4122ea (patch) | |
tree | 38d8e377f3bd66280aaaab51a706a73bf7383aed /sysdeps/mach/hurd/fchflags.c | |
parent | e2049d17a0fe36e07cbd944504fa6c8fe68832bf (diff) | |
download | glibc-5d2556c4fa4629b1c3adf59f29c699f00d4122ea.tar.gz glibc-5d2556c4fa4629b1c3adf59f29c699f00d4122ea.tar.xz glibc-5d2556c4fa4629b1c3adf59f29c699f00d4122ea.zip |
hurd: fix f?chflags prototypes, declare them and their flags
Diffstat (limited to 'sysdeps/mach/hurd/fchflags.c')
-rw-r--r-- | sysdeps/mach/hurd/fchflags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/fchflags.c b/sysdeps/mach/hurd/fchflags.c index d665e6671c..841d9df56e 100644 --- a/sysdeps/mach/hurd/fchflags.c +++ b/sysdeps/mach/hurd/fchflags.c @@ -25,7 +25,7 @@ /* XXX should be __fchflags? */ int -fchflags (int fd, int flags) +fchflags (int fd, unsigned long int flags) { error_t err; |