better exec handling
This commit is contained in:
parent
0341761074
commit
8cbd854a8a
5 changed files with 43 additions and 78 deletions
|
|
@ -130,9 +130,3 @@ _pthreadinit(void)
|
|||
pthread_key_create(&prockey, 0);
|
||||
}
|
||||
|
||||
int
|
||||
_runthreadspawn(int *fd, char *cmd, char **argv)
|
||||
{
|
||||
return _threadspawn(fd, cmd, argv);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue