Searched refs:newactions (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/
H A Dspawn.cpp65 void *newactions = realloc(actions->actions, local
67 if (newactions == NULL)
69 actions->actions = (struct _file_action*)newactions;

Completed in 43 milliseconds