diff options
Diffstat (limited to 'src/stdio/flockfile.c')
| -rw-r--r-- | src/stdio/flockfile.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stdio/flockfile.c b/src/stdio/flockfile.c new file mode 100644 index 00000000..d8d5776b --- /dev/null +++ b/src/stdio/flockfile.c @@ -0,0 +1,9 @@ +#include <stdio.h> + +void flockfile(FILE * file) +{ +} + +/* +POSIX(199506) +*/ |
