Release 4.18 tools/lib/subcmd/sigchain.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __SUBCMD_SIGCHAIN_H
#define __SUBCMD_SIGCHAIN_H
typedef void (*sigchain_fun)(int);
int sigchain_pop(int sig);
void sigchain_push_common(sigchain_fun f);
#endif /* __SUBCMD_SIGCHAIN_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ingo Molnar | 30 | 88.24% | 1 | 33.33% |
Josh Poimboeuf | 3 | 8.82% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.94% | 1 | 33.33% |
Total | 34 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.