Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - qnx4.25 linking error: unreference function statfs(): Page 1 of 3 (3 Items)
   
qnx4.25 linking error: unreference function statfs()  
Hi everyone,

I have got a problem with statfs() function. When compiling, it issued an error: undefined symbol statfs_

I have included header file:

#include <sys/statfs.h>

How can I resolve this ?