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
@@ -43,7 +43,7 @@
#include <sys/socket.h>
#include <errno.h>
#include <nuttx/pthread.h>
#include <nuttx/cancelpt.h>
#include "tcp/tcp.h"
#include "udp/udp.h"