Postfix3.3.1
|
#include "sys_defs.h"
#include <sys/stat.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <time.h>
#include <vstring.h>
#include <stringops.h>
#include <mymalloc.h>
#include <iostuff.h>
#include <warn_stat.h>
#include "mail_params.h"
#include "dot_lockfile.h"
マクロ定義 | |
#define | MILLION 1000000 |
関数 | |
int | dot_lockfile (const char *path, VSTRING *why) |
void | dot_unlockfile (const char *path) |
#define MILLION 1000000 |
dot_lockfile.c の 76 行目に定義があります。
dot_lockfile.c の 80 行目に定義があります。
void dot_unlockfile | ( | const char * | path | ) |
dot_lockfile.c の 133 行目に定義があります。