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:
briano%netscape.com
1999-12-02 03:17:04 +00:00
parent d809f93363
commit cbd2a79d4f

View File

@@ -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)