mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 22:52:23 +03:00
11 lines
155 B
C
11 lines
155 B
C
#ifndef _SYS_STATFS_H
|
|
#define _SYS_STATFS_H
|
|
|
|
#include <sys/statvfs.h>
|
|
|
|
#define statfs statvfs
|
|
#define fstatfs fstatvfs
|
|
#define f_namelen f_namemax
|
|
|
|
#endif
|