add stubs for posixc functions needed by git.
[AROS.git] / compiler / posixc / flockfile.c
blobd98fb8865b78d2c0cbc1c3e898b5f96b357df08f
1 /*
2 Copyright © 2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <sys/types.h>
8 #include <exec/tasks.h>
9 #include <proto/exec.h>
11 #include <assert.h>
13 #include "__vfork.h"
14 #include "__posixc_intbase.h"
16 /*****************************************************************************
18 NAME */
19 #include <unistd.h>
21 void flockfile(
23 /* SYNOPSIS */
24 FILE *file)
26 /* FUNCTION
27 Obtain exclusive access to the file.
29 INPUTS
31 RESULT
33 NOTES
35 EXAMPLE
37 BUGS
39 SEE ALSO
41 INTERNALS
43 ******************************************************************************/
45 return