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
Raw File
.gitignore
*~
*.app
*.cache
*.dylib
*.lo
*.lo?
*.la
*.moc.cpp
*.o
*.so
*.trs
*.pc
*.vlt
*.class
*.dmg
.DS_Store
.deps
.libs
.dirstamp
ABOUT-NLS
aclocal.m4
ChangeLog
compile
config.status
config.h*
config.log
configure
doltcompile
doltlibtool
INSTALL.git
libtool
Makefile
Makefile.in
stamp-*
vlc
vlc.exe
qvlc
rvlc
svlc
cvlc
qvlc
mvlc
nvlc
wxvlc
vlc_install_dir/*
plugins.dat
patches/*

include/vlc/libvlc_version.h

# Ignore build dirs
build*
contrib-*
install-*

back to top