The linux header doesn't prototype unshare, and the glibc header introduced a regress...
authorRob Landley <rob@landley.net>
Fri, 16 Mar 2012 11:20:48 +0000 (06:20 -0500)
committerRob Landley <rob@landley.net>
Fri, 16 Mar 2012 11:20:48 +0000 (06:20 -0500)
commitc4849f7e354d3c685c44ac2b2a7110238b17122b
treedf5495e2f1f18b7249f6c253f97a473d33a6f515
parentbc329417f840d8073d4e5af7e2c8b23bb32e149c
The linux header doesn't prototype unshare, and the glibc header introduced a regression in recent versions inexplicably crediting a linux feature to the FSF, so add the prototype ourselves.
toys/unshare.c