diff options
Diffstat (limited to 'src/sys/stat/S_ISREG.h')
-rw-r--r-- | src/sys/stat/S_ISREG.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys/stat/S_ISREG.h b/src/sys/stat/S_ISREG.h new file mode 100644 index 00000000..99b470c1 --- /dev/null +++ b/src/sys/stat/S_ISREG.h @@ -0,0 +1,5 @@ +#include <sys/stat.h> +#define S_ISREG(__s) /* fixme */ +/* +POSIX(1) +*/ |