+ swift-dev, Jordan
On Sun, Dec 20, 2015 at 2:21 AM, Dan Stenmark via swift-corelibs-dev
<[email protected]> wrote:
> I'm trying to invoke Linux's unshare() system call from Swift, but without
> much success. From C, it requires _GNU_SOURCE to be #define'd before the
> #include <sched.h>. The Glibc module map does indeed include sched.h, so the
> lack of _GNU_SOURCE appears to be the likely culprit. What's the appropriate
> action to take here?
>
> Dan
> _______________________________________________
> swift-corelibs-dev mailing list
> [email protected]
> https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
swift-corelibs-dev mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev