struct group_info init_groups = { .usage = ATOMIC_INIT(2) };
You can initialize structs using .field = value ? Or is something else going on here?
http://publib.boulder.ibm.com/infocenter/lnxpcomp/v8v101/top...
this should be the file i used. seems correct that way.
(http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf section 6.7.8)
You can initialize structs using .field = value ? Or is something else going on here?