|
Apache HTTPD
|
#include "testflock.h"#include "apr_pools.h"#include "apr_file_io.h"#include "apr_general.h"#include "apr.h"Go to the source code of this file.
Functions | |
| int | main (int argc, const char *const *argv) |
< Open the file for writing
< use OS's default permissions
<
< Exclusive lock. Only one process may hold an exclusive lock at any given time. This is analogous to a "write lock".
< do not block while acquiring the file lock