funlockfile.c 94 B

1234567
  1. #include "stdio_impl.h"
  2. #include "pthread_impl.h"
  3. void funlockfile(FILE *f)
  4. {
  5. FUNLOCK(f);
  6. }