get-rusage-data tests: Avoid failure on Linux/glibc.
[gnulib/ericb.git] / lib / dev-ino.h
blob695d38c7bb71524c1b74746a4d4bec4eb2f70474
1 #ifndef DEV_INO_H
2 # define DEV_INO_H 1
4 # include <sys/types.h>
5 # include <sys/stat.h>
7 struct dev_ino
9 ino_t st_ino;
10 dev_t st_dev;
13 #endif