Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
itest-stop-cmd-overrides.c File Reference

(/usr/bin/git 2025-04-11, commit: 637aded1)

Implementation of LD_PRELOAD overrides for the STOP_COMMAND robot test. More...

#include <sys/reboot.h>
#include <sys/types.h>
#include "stdio.h"
Include dependency graph for itest-stop-cmd-overrides.c:

Functions

int reboot (int op)
 
int kill (pid_t pid, int sig)
 
int umount2 (const char *target, int flags)
 

Detailed Description

Implementation of LD_PRELOAD overrides for the STOP_COMMAND robot test.

Function Documentation

◆ kill()

int kill ( pid_t  pid,
int  sig 
)

◆ reboot()

int reboot ( int  op)

◆ umount2()

int umount2 ( const char *  target,
int  flags 
)