disable debug.
[AROS.git] / compiler / posixc / flockfile.c
blob169059364d0197ee6d7e9aad119a37837cedfead
1 /*
2 Copyright © 2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <sys/types.h>
8 #include <proto/exec.h>
10 #include <assert.h>
12 /*****************************************************************************
14 NAME */
15 #include <stdio.h>
17 void flockfile(
19 /* SYNOPSIS */
20 FILE *file)
22 /* FUNCTION
23 Obtain exclusive access to the file.
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 ******************************************************************************/