cregit-Linux how code gets into the kernel

Release 4.7 tools/lib/subcmd/sigchain.h

Directory: tools/lib/subcmd
#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

PersonTokensPropCommitsCommitProp
ingo molnaringo molnar3090.91%150.00%
josh poimboeufjosh poimboeuf39.09%150.00%
Total33100.00%2100.00%
Directory: tools/lib/subcmd
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}