1 #pragma once
2 
3 // fake bits from nptl pthreadP.h
4 
5 #define SIGCANCEL __SIGRTMIN
6 
7