signals: Adds a very limited, minimal implementation for SIGEV_THREAD

This commit is contained in:
Gregory Nutt
2015-12-30 15:01:14 -06:00
parent 9852932dcc
commit c1fff4706c
7 changed files with 219 additions and 33 deletions
+4
View File
@@ -432,6 +432,10 @@ int pthread_sigmask(int how, FAR const sigset_t *set, FAR sigset_t *oset);
}
#endif
/********************************************************************************
* Minimal Type Definitions
********************************************************************************/
#else /* __INCLUDE_PTHREAD_H */
#include <sys/types.h>