OSDN Git Service

linux-headers: add unistd.h
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 9 Oct 2015 15:17:17 +0000 (17:17 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 22 Oct 2015 11:34:48 +0000 (14:34 +0300)
commit1842bdfdbac2ec46f2934d8914c874db83dd1344
tree79b69f646ed48588f60cd58e436d52e60f796b2d
parent751bcc3981d80594a3943166401af15b76781a5b
linux-headers: add unistd.h

New syscalls are not yet widely distributed. Add them to qemu
linux-headers include directory. Update based on v4.3-rc3 kernel headers.

Exclude mips for now, which is more problematic due to extra header
inclusion and probably unnecessary here.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Thibaut Collet <thibaut.collet@6wind.com>
linux-headers/asm-arm/unistd.h [new file with mode: 0644]
linux-headers/asm-arm64/kvm.h
linux-headers/asm-arm64/unistd.h [new file with mode: 0644]
linux-headers/asm-mips/unistd.h [new file with mode: 0644]
linux-headers/asm-powerpc/unistd.h [new file with mode: 0644]
linux-headers/asm-s390/unistd.h [new file with mode: 0644]
linux-headers/asm-x86/unistd.h [new file with mode: 0644]
linux-headers/asm-x86/unistd_32.h [new file with mode: 0644]
linux-headers/asm-x86/unistd_64.h [new file with mode: 0644]
linux-headers/asm-x86/unistd_x32.h [new file with mode: 0644]
scripts/update-linux-headers.sh