1 2 3 4 5 6 7 8
#include <__stdio.h> #include <atomic.h> #include <stdio.h> void funlockfile(struct __FILE *file) { LIBC_UNLOCK(file->lock); }