8 lines
94 B
C
8 lines
94 B
C
#include "stdio_impl.h"
|
|
#include "pthread_impl.h"
|
|
|
|
void funlockfile(FILE *f)
|
|
{
|
|
FUNLOCK(f);
|
|
}
|