mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
hurd: Fix fstatfs build failure
It was added by 1bfbaf7130
where it added a libc_hidden_proto for
__fstatfs but it didn't update the Hurd version as well.
Checked with a build for i686-gnu.
This commit is contained in:
parent
7eb3000f9f
commit
4458eb1257
@ -27,5 +27,5 @@ __fstatfs (int fd, struct statfs *buf)
|
||||
struct statfs64 buf64;
|
||||
return __fstatfs64 (fd, &buf64) ?: statfs64_conv (buf, &buf64);
|
||||
}
|
||||
|
||||
libc_hidden_def (__fstatfs)
|
||||
weak_alias (__fstatfs, fstatfs)
|
||||
|
Loading…
Reference in New Issue
Block a user