pool_commit
(void) pool_commit(0); /* cannot fail since arg is 0 */
ret = pool_commit((int)arg);
extern int pool_commit(int);