mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
+10
-6
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user