diff options
Diffstat (limited to 'libgnu/dev-ino.h')
| -rw-r--r-- | libgnu/dev-ino.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libgnu/dev-ino.h b/libgnu/dev-ino.h new file mode 100644 index 00000000..695d38c7 --- /dev/null +++ b/libgnu/dev-ino.h @@ -0,0 +1,13 @@ +#ifndef DEV_INO_H +# define DEV_INO_H 1 + +# include <sys/types.h> +# include <sys/stat.h> + +struct dev_ino +{ + ino_t st_ino; + dev_t st_dev; +}; + +#endif |
