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:
@ -25,7 +25,7 @@
|
||||
|
||||
/* XXX should be __fchflags? */
|
||||
int
|
||||
fchflags (int fd, int flags)
|
||||
fchflags (int fd, unsigned long int flags)
|
||||
{
|
||||
error_t err;
|
||||
|
||||
|
Reference in New Issue
Block a user