]> Zhao Yanbai Git Server - minix.git/commit
make C function setgroups() be _setgroups(), called by the asm stub.
authorBen Gras <ben@minix3.org>
Fri, 15 Jan 2010 17:16:15 +0000 (17:16 +0000)
committerBen Gras <ben@minix3.org>
Fri, 15 Jan 2010 17:16:15 +0000 (17:16 +0000)
commit716df202ded8b43274d278ddf2e8c947379f31b7
tree79a12072fa52bc186e7b7f0d79b39940085ba487
parent80d671aea75369ac538037f43727588d7973ce5d
make C function setgroups() be _setgroups(), called by the asm stub.
initgroups() can then use _setgroups() instead of setgroups().
lib/other/initgroups.c
lib/other/setgroups.c