1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

hurd: fix f?chflags prototypes, declare them and their flags

This commit is contained in:
Samuel Thibault
2015-02-07 21:56:15 +01:00
parent e2049d17a0
commit 5d2556c4fa
6 changed files with 45 additions and 7 deletions

View File

@ -24,7 +24,7 @@
/* XXX shouldn't this be __chflags? */
int
chflags (const char *file, int flags)
chflags (const char *file, unsigned long int flags)
{
error_t err;
file_t port = __file_name_lookup (file, 0, 0);