[PATCH] wrap functions in base for android

Nathan Hüsken nathan.huesken at posteo.de
Fri Jan 25 09:36:08 CET 2013


Hey,

When compiling the cross compiler for android, it fails because of
undefined symbols to mkfifo, tcgetattr and tcsetattr.
This seems to be because the android ndk defines them as inline.

This patch wraps them (when compiling for android) in __mkfifo
__tcgetattr and __tcsetattr.


More information about the ghc-devs mailing list