#include "AppHdr.h"
#include "syscalls.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
Functions | |
bool | lock_file (int fd, bool write, bool wait) |
bool | unlock_file (int fd) |
bool | read_urandom (char *buf, int len) |
int | fdatasync (int fd) |
int fdatasync | ( | int | fd | ) |
bool lock_file | ( | int | fd, | |
bool | write, | |||
bool | wait | |||
) |
bool read_urandom | ( | char * | buf, | |
int | len | |||
) |
bool unlock_file | ( | int | fd | ) |