Remove remove() function, it causes issues

This commit is contained in:
Jacob 2023-08-10 11:44:43 +02:00
parent 1ddb417bb8
commit 22baf5d83c

View file

@ -197,7 +197,6 @@ void *fifocmd(void *n) {
} }
void init_fifo(void) { void init_fifo(void) {
remove(fifofile);
mkfifo(fifofile, 0666); mkfifo(fifofile, 0666);
pthread_t tid; pthread_t tid;