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
@@ -45,7 +45,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/pthread.h>
#include <nuttx/cancelpt.h>
#include "sched/sched.h"
#include "group/group.h"