Atlas Runtime
|
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | FP (void)fprintf |
#define | BAIL(msg) bail(msg, __LINE__) |
Functions | |
int | fsync_paranoid (const char *name) |
#define BAIL | ( | msg | ) | bail(msg, __LINE__) |
#define FP (void)fprintf |
int fsync_paranoid | ( | const char * | name | ) |