shuffle to allow use of execchan in non-pthreads impls
This commit is contained in:
@@ -130,3 +130,9 @@ _pthreadinit(void)
|
||||
pthread_key_create(&prockey, 0);
|
||||
}
|
||||
|
||||
int
|
||||
_runthreadspawn(int *fd, char *cmd, char **argv)
|
||||
{
|
||||
return _threadspawn(fd, cmd, argv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user