mirror of
https://github.com/fluencelabs/musl
synced 2025-05-04 19:42:15 +00:00
8 lines
94 B
C
8 lines
94 B
C
|
#include "stdio_impl.h"
|
||
|
#include "pthread_impl.h"
|
||
|
|
||
|
void funlockfile(FILE *f)
|
||
|
{
|
||
|
FUNLOCK(f);
|
||
|
}
|