|
xapian-core
1.4.30
|
include <sys/stat.h> with portability enhancements More...
#include <sys/stat.h>#include <sys/types.h>
Include dependency graph for safesysstat.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | S_ISDIR(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFDIR) |
| #define | S_ISREG(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFREG) |
include <sys/stat.h> with portability enhancements
Definition in file safesysstat.h.
| #define S_ISDIR | ( | ST_MODE | ) | (((ST_MODE) & S_IFMT) == S_IFDIR) |
Definition at line 57 of file safesysstat.h.
| #define S_ISREG | ( | ST_MODE | ) | (((ST_MODE) & S_IFMT) == S_IFREG) |
Definition at line 60 of file safesysstat.h.