On Dec 19, 2015, at 12:26 PM, Zhuowei Z via swift-dev
wrote:
> I'm currently working on a port of Swift to Android.
Great!
> Since Android's libc is missing a few required methods, I added code from a
> few other sources to implement the functionality. Specifically, I added an
> implementatio
Hello,
I'm currently working on a port of Swift to Android. Since Android's libc is
missing a few required methods, I added code from a few other sources to
implement the functionality. Specifically, I added an implementation of
posix_spawn from the FreeBSD libc, floating point routines from A