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:
@ -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);
|
||||
|
Reference in New Issue
Block a user