12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef _SYS_USTAT_H
- #define _SYS_USTAT_H 1
- #include <features.h>
- #include <sys/types.h>
- #include <bits/ustat.h>
- __BEGIN_DECLS
- extern int ustat (__dev_t __dev, struct ustat *__ubuf) __THROW;
- __END_DECLS
- #endif
|