Revision b051a4b58008a6cf95b4ad6ec4c3b9e0be9bb9b1 authored by Jean-Baptiste Kempf on 03 March 2016, 12:21:30 UTC, committed by Jean-Baptiste Kempf on 05 March 2016, 21:40:57 UTC
On Android, for 64 bits, O_CLOEXEC is defined, accept4 exists, but not
mkostemp.

Therefore, in vlc_mkstemp we go to the fallback that calls vlc_cloexec,
but we don't define it, because we have accept4

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1 parent 2e5cbf3
History
File Mode Size
libvlc
lirc
skins
subtitles
.gitignore -rw-r--r-- 38 bytes
Doxyfile.in -rw-r--r-- 101.9 KB
Doxyfile.skins2 -rw-r--r-- 36.7 KB
Makefile.am -rw-r--r-- 1.7 KB
browsing.txt -rw-r--r-- 1.7 KB
demo.sh -rwxr-xr-x 3.4 KB
doc_helper.sh -rwxr-xr-x 319 bytes
fortunes.txt -rw-r--r-- 32.1 KB
release-howto.txt -rw-r--r-- 4.0 KB
strings.txt -rw-r--r-- 136 bytes
transforms.py -rw-r--r-- 40.0 KB
translations.txt -rw-r--r-- 90 bytes
vlc-wrapper.1 -rw-r--r-- 1.3 KB
vlc.1 -rw-r--r-- 3.2 KB
vlm.txt -rw-r--r-- 7.8 KB

back to top