1#include <signal.h>
2
3int sigpending(sigset_t* set) {
4    return 0;
5}
6