diff options
Diffstat (limited to 'lib9/dirwstat.c')
| -rw-r--r-- | lib9/dirwstat.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib9/dirwstat.c b/lib9/dirwstat.c new file mode 100644 index 00000000..76587b9f --- /dev/null +++ b/lib9/dirwstat.c @@ -0,0 +1,15 @@ +#include "lib9.h" +#include <sys/types.h> +#include <sys/stat.h> + +int +dirfwstat(int fd, Dir *d) +{ + return -1; +} + +int +dirwstat(char *name, Dir *d) +{ + return -1; +} |
