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.