Skip to content

Conversation

@kraj
Copy link
Contributor

@kraj kraj commented Oct 20, 2024

No description provided.

kraj added 2 commits October 20, 2024 07:54
This header is included indirectly with glibc but when using musl
it ends up with compilation failure

BcachefsUtils.cc:85:20: error: use of undeclared identifier '__u32'
   85 |             args.dirfd = (__u32) fddst;
      |                           ^
when using LFS64 these functions are same and also
on 64bit systems they are same. musl is using 64bit off_t
by default and does not define LFS64 variants of these functions
and it ends up in build errors
@aschnell
Copy link
Member

Thanks, look good.

@aschnell aschnell merged commit 6a74818 into openSUSE:master Oct 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants