tools/lib/subcmd/sigchain.h

Source file repositories/reference/linux-study-clean/tools/lib/subcmd/sigchain.h

File Facts

System
Linux kernel
Corpus path
tools/lib/subcmd/sigchain.h
Extension
.h
Size
237 bytes
Lines
12
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#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 */

Annotation

Implementation Notes