v4l2object: Don't redefine mmap64
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 22 Dec 2017 15:15:48 +0000 (10:15 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 22 Dec 2017 15:30:49 +0000 (10:30 -0500)
commit80815c292a0cd5bb5beb2f8cb23dcf5997c5e851
treebc1f7744cfaf7f2bfa65cf0c535621ca91b6fd65
parent4026211154b19abe9ce27c705a30e0278a2b224d
v4l2object: Don't redefine mmap64

On Linux, there exist a case where mmap64 is already a define to mmap,
so avoid the redefine warning here.
sys/v4l2/gstv4l2object.c