You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Documentation: support glibc versions without htole macros
glibc 2.9 introduced the htole<16/32/64> macros, add them to tools/include to support older versions of glibc. Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -6,7 +6,7 @@ mpssd-objs := mpssd.o sysfs.o
|
||||
# Tell kbuild to always build the programs
|
||||
always := $(hostprogs-y)
|
||||
|
||||
HOSTCFLAGS_mpssd.o += -I$(objtree)/usr/include
|
||||
HOSTCFLAGS_mpssd.o += -I$(objtree)/usr/include -I$(srctree)/tools/include
|
||||
|
||||
ifdef DEBUG
|
||||
HOSTCFLAGS += -DDEBUG=$(DEBUG)
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
#include "mpssd.h"
|
||||
#include <linux/mic_ioctl.h>
|
||||
#include <linux/mic_common.h>
|
||||
#include <tools/endian.h>
|
||||
|
||||
static void init_mic(struct mic_info *mic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user