unistd.h: fix wrong type for gid_t argument
authorrofl0r <retnyg@gmx.net>
Thu, 6 Dec 2012 18:48:14 +0000 (19:48 +0100)
committerrofl0r <retnyg@gmx.net>
Thu, 6 Dec 2012 19:27:54 +0000 (20:27 +0100)
commit6bf0fdbdfc994df4977d73782f2b81d2ba449e04
tree3d1fd84a9993bce15d8c1522e8b6a77cdb50c48c
parentf1bb78343a2fadf7087f3f0f7753084a23a334e9
unistd.h: fix wrong type for gid_t argument

the prototype is defined with const gid_t* rather than const gid_t[].
it was already correctly defined in grp.h.
include/unistd.h