Commit 462a34d4 authored by Rémi Duraffort's avatar Rémi Duraffort

Undefine HAVE_FORK on OS/2.

Implementation of fork() is imperfect on OS/2.

Pointed-out-by: KO Myung-Hun
parent f55ac10c
......@@ -316,4 +316,8 @@ long nrand48 (unsigned short subi[3]);
char *tempnam(const char *, const char *);
#endif // ANDROID
#ifdef __OS2__
# undef HAVE_FORK /* Implementation of fork() is imperfect on OS/2 */
#endif
#endif /* !LIBVLC_FIXUPS_H */
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