/* * Copyright (c) 2008-2010 Wind River Systems; see * guts/COPYRIGHT for information. * * static int * wrap_fork(void) { * int rc = -1; */ rc = real_fork(); if (rc == 0) pseudo_client_reset(); /* return rc; * } */