summaryrefslogtreecommitdiff
path: root/src/include/signal.h
blob: bb5667841a66009715b7c3687ca73cf28b49616b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SIGNAL_H
#define SIGNAL_H

#include "../../include/signal.h"

hidden int __sigaction(int, const struct sigaction *, struct sigaction *);

hidden void __block_all_sigs(void *);
hidden void __block_app_sigs(void *);
hidden void __restore_sigs(void *);

hidden void __get_handler_set(sigset_t *);

#endif