int sigprocmask(int how, const sigset_t *set, sigset_t *oldset);


이게 함수 원형인데..


set을 how의 방법으로 처리하는건 알겠는데


마지막 인자 oldset 어따 쓰는겨???