1 2 3 4 5 6 7 8
#include <__stdio.h> #include <atomic.h> #include <stdio.h> void flockfile(FILE *file) { LIBC_LOCK(file->lock); }