mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Fix build error for QNX SDP7.0
- Use statvfs instead of statfs
This commit is contained in:
parent
dfb29ad296
commit
61a49ccb98
@ -35,7 +35,7 @@
|
||||
#include <utime.h>
|
||||
#include <cstring>
|
||||
|
||||
#if (POCO_OS == POCO_OS_SOLARIS)
|
||||
#if (POCO_OS == POCO_OS_SOLARIS) || (POCO_OS == POCO_OS_QNX)
|
||||
#define STATFSFN statvfs
|
||||
#define STATFSSTRUCT statvfs
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user