Commit abd3163a authored by Rafaël Carré's avatar Rafaël Carré

Revert "Android: hack to fix warnings in pthread.h when compiling in C++"

This reverts commit 1a1bba5a.

Conflicts:

	include/vlc_fixups.h
(cherry picked from commit 3437e616)
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 9cc771b1
......@@ -329,18 +329,6 @@ long jrand48 (unsigned short subi[3]);
long nrand48 (unsigned short subi[3]);
#endif
#ifdef __ANDROID__
# undef __linux__
# ifndef __cplusplus
# define __cplusplus 0
# endif
# include <pthread.h>
# if __cplusplus == 0
# undef __cplusplus
# endif
char *tempnam(const char *, const char *);
#endif // ANDROID
#ifdef __OS2__
# undef HAVE_FORK /* Implementation of fork() is imperfect on OS/2 */
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment