Move cancellation point definitions to their own header file.

This commit is contained in:
Gregory Nutt
2016-12-10 09:08:26 -06:00
parent bc3ca25cc7
commit b52e4e5ecd
38 changed files with 187 additions and 124 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
#include <nuttx/irq.h>
#include <nuttx/arch.h>
#include <nuttx/wdog.h>
#include <nuttx/pthread.h>
#include <nuttx/cancelpt.h>
#include "sched/sched.h"
#include "clock/clock.h"
+1 -1
View File
@@ -46,7 +46,7 @@
#include <nuttx/irq.h>
#include <nuttx/arch.h>
#include <nuttx/pthread.h>
#include <nuttx/cancelpt.h>
#include "sched/sched.h"
#include "semaphore/semaphore.h"