X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fstatfs.h;h=f5239d8f31fa4700d02c9c06cdda4554937b0bfb;hb=b959d04644d99f27d9f10344e76c079a12bc1ffd;hp=05c9b13049fd440992b94eca851fa12a99977c44;hpb=32b82cf5cdc282839cc02c57a50c991e376f0348;p=musl diff --git a/include/sys/statfs.h b/include/sys/statfs.h index 05c9b130..f5239d8f 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -1,6 +1,10 @@ #ifndef _SYS_STATFS_H #define _SYS_STATFS_H +#ifdef __cplusplus +extern "C" { +#endif + #include typedef struct { @@ -12,4 +16,8 @@ typedef struct { int statfs (const char *, struct statfs *); int fstatfs (int, struct statfs *); +#ifdef __cplusplus +} +#endif + #endif