overhaul internally-public declarations using wrapper headers
[musl] / src / include / signal.h
1 #ifndef SIGNAL_H
2 #define SIGNAL_H
3
4 #include "../../include/signal.h"
5
6 int __sigaction(int, const struct sigaction *, struct sigaction *);
7
8 void __block_all_sigs(void *);
9 void __block_app_sigs(void *);
10 void __restore_sigs(void *);
11
12 void __get_handler_set(sigset_t *);
13
14 #endif