forked from Minki/linux
2864d32be3
The ipc64 data structures were originally meant to be architecture specific so that each architecture could add their own optimizations for padding. In the end, most of them just copied the x86 version, and most got that wrong. UClibc expects the x86 anyway, so we might just declare that the default and get rid of the extra copies. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
20 lines
405 B
Makefile
20 lines
405 B
Makefile
header-y += bitsperlong.h
|
|
header-y += errno-base.h
|
|
header-y += errno.h
|
|
header-y += fcntl.h
|
|
header-y += ioctl.h
|
|
header-y += ipcbuf.h
|
|
header-y += mman-common.h
|
|
header-y += msgbuf.h
|
|
header-y += poll.h
|
|
header-y += sembuf.h
|
|
header-y += shmbuf.h
|
|
header-y += shmparam.h
|
|
header-y += signal-defs.h
|
|
header-y += statfs.h
|
|
|
|
unifdef-y += int-l64.h
|
|
unifdef-y += int-ll64.h
|
|
unifdef-y += resource.h
|
|
unifdef-y += siginfo.h
|