MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / remove_fifo

Function remove_fifo

tools/alive-jobserver.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21static char fifo_filename[1024];
22
23static void remove_fifo() {
24 if (unlink(fifo_filename) != 0) {
25 perror("alive-jobserver: unlink");
26 exit(-1);
27 }
28}
29
30static void sigint_handler(int) {
31 remove_fifo();

Callers 2

sigint_handlerFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected