Still working toward clean 8051 link

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@25 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-02-28 23:45:56 +00:00
parent 3a4de8b8a8
commit fb61b0b76b
22 changed files with 222 additions and 80 deletions
+10 -6
View File
@@ -37,13 +37,15 @@
* Included Files
************************************************************/
#include <nuttx/config.h>
#include <nuttx/config.h>
#include <sys/types.h>
#include <sched.h>
#include <nuttx/os_external.h>
#include "os_internal.h"
#include "sig_internal.h"
#include <sys/types.h>
#include <sched.h>
#include <nuttx/os_external.h>
#include "os_internal.h"
#ifndef CONFIG_DISABLE_SIGNALS
# include "sig_internal.h"
#endif
/************************************************************
* Definitions
@@ -156,7 +158,9 @@ STATUS task_delete(pid_t pid)
/* Deallocate anything left in the TCB's queues */
#ifndef CONFIG_DISABLE_SIGNALS
sig_cleanup(dtcb); /* Deallocate Signal lists */
#endif
/* Deallocate its TCB */