Re: [swift-dev] Including third-party code in repo

2015-12-21 Thread Chris Lattner via swift-dev
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

[swift-dev] Including third-party code in repo

2015-12-19 Thread Zhuowei Z via swift-dev
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