index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
flockfile.c
blob: d8d5776b218d69335a0aea7c127784bbecf7dbb4 (
plain
)
1
2
3
4
5
6
7
8
9
#include <stdio.h> void flockfile(FILE * file) { } /* POSIX(199506) */