Fix for QNX-specific build bustage. QNX doesn't provide a prototype for truncate().
git-svn-id: svn://10.0.0.236/trunk@55012 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
#if defined(__QNX__)
|
||||
#include <unix.h> /* for realpath */
|
||||
#define f_bavail f_bfree
|
||||
extern "C" int truncate(const char *, off_t);
|
||||
#endif
|
||||
|
||||
#if defined(SUNOS4)
|
||||
|
||||
Reference in New Issue
Block a user