libdrm: fix the Android 64bit build
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 Jan 2015 02:04:35 +0000 (02:04 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 23 Feb 2015 09:23:03 +0000 (09:23 +0000)
commit8eb1da817e115cc4210699d899b0d85f26e9e30a
treebfa91042fac1b33e9086a03b3d447dd59058877d
parent7cb1d6e2d6c63e3bc4b275ff073152b550ba5b0f
libdrm: fix the Android 64bit build

With 64bit bionic mmap now handles 64bit offset, thus we no longer
need the __mmap2 trick.

Fix from Chih-Wei Huang, over at the google forums.

Cc: Chih-Wei Huang <cwhuang@android-x86.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
libdrm.h