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
swift-corelibs-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev

Reply via email to