77632b7554
This was an attempt to make the C code more similar to Go (which also reads from multiple threads). However, I still could not repro the ENOENT problems. https://github.com/rfjakob/gocryptfs/issues/483
3 lines
65 B
Makefile
3 lines
65 B
Makefile
getdents_c: *.c Makefile
|
|
gcc getdents.c -lpthread -o getdents_c
|