1 #ifndef __wasilibc___typedef_sigset_t_h
2 #define __wasilibc___typedef_sigset_t_h
3 
4 /* TODO: This is just a placeholder for now. Keep this in sync with musl. */
5 typedef unsigned char sigset_t;
6 
7 #endif
8