Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5531 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-01-18 01:52:42 +00:00
parent e222dcd354
commit 3888a00d2d
16 changed files with 235 additions and 42 deletions
-1
View File
@@ -97,7 +97,6 @@ int exec(FAR const char *filename, FAR const char **argv,
{
#ifdef CONFIG_SCHED_ONEXIT
FAR struct binary_s *bin;
int errorcode;
int pid;
int ret;