Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-kill.h File Reference

(/usr/bin/git 2025-02-19, commit: 5f1bbfa)

Header declaring a mock function for kill(). More...

#include <signal.h>
Include dependency graph for mock-kill.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int __wrap_kill (pid_t pid, int sig)
 

Detailed Description

Header declaring a mock function for kill().

Function Documentation

◆ __wrap_kill()

int __wrap_kill ( pid_t  pid,
int  sig 
)

Mock function for kill().

Does nothing.