/* ISC license. */ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif #include int main (void) { return unshare(0) ; }