[Bug 791779] v4l2src: mmap64 is not available on FreeBSD

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 19 13:13:57 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791779

--- Comment #6 from Ting-Wei Lan <lantw44 at gmail.com> ---
mmap on FreeBSD is declared in sys/mman.h as:

void *  mmap(void *, size_t, int, int, int, off_t);

and off_t is defined in sys/_types.h as int64_t.


off_t is not defined in a machine-dependent header file, so I think it is
always 64-bit regardless of architecture.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list