X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fapi%2Fsys_statvfs.c;h=a7818a4afa1a7f478bb194493ae4ecbd4fb4e7ec;hb=088f2d9c1940e9bf1828cc1c899b4c63a41be768;hp=d43e503a693a25246f89976e02997c6d2908a772;hpb=6a2161f389e6115bb3b948d71c56c8c882eaeda6;p=libc-test diff --git a/src/api/sys_statvfs.c b/src/api/sys_statvfs.c index d43e503..a7818a4 100644 --- a/src/api/sys_statvfs.c +++ b/src/api/sys_statvfs.c @@ -22,6 +22,6 @@ F(unsigned long, f_namemax) } C(ST_RDONLY) C(ST_NOSUID) -int(*p_fstatvfs)(int,struct statvfs*) = fstatvfs; -int(*p_statvfs)(const char*restrict,struct statvfs*restrict) = statvfs; +{int(*p)(int,struct statvfs*) = fstatvfs;} +{int(*p)(const char*restrict,struct statvfs*restrict) = statvfs;} }