]> git.sesse.net Git - bcachefs-tools-debian/commit
Patches to support musl libc
authorLeah Neukirchen <leah@vuxu.org>
Fri, 9 Feb 2018 21:20:56 +0000 (22:20 +0100)
committerLeah Neukirchen <leah@vuxu.org>
Fri, 9 Feb 2018 21:20:56 +0000 (22:20 +0100)
commit3217fffd0948de9cdf96fb1bcdfb7419baee8620
treed41fe9473271b14607c02f261fbb17cb7ac16113
parente523a844d63e998a1291823ff7b5cf05fcc4a427
Patches to support musl libc

UTIME_NOW is defined in <sys/stat.h> on glibc and musl.
Else, we just need a few headers to get glibc's <sys/cdefs.h> crud.
include/linux/byteorder.h
include/linux/log2.h
include/linux/stat.h
include/linux/types.h
libbcachefs/bcachefs_format.h
libbcachefs/siphash.c