From: Eric Backus Subject: Bug Report To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) Date: Fri, 9 Jul 93 14:08:08 PDT Mailer: Elm [revision: 66.25] First, I still have DJGPP 1.09. If these problems are fixed with 1.10, my apologies. 1. I recently tried to use truncate() and ftruncate(). I can't get either of them to work. They do not return an error, they just don't do anything to the file. Has anyone else had this problem, and does anyone know how to fix it? 2. I notice that the ANSI C function "remove" is not defined in stdio.h, although it does indeed exist in libc.a. I believe the prototype should look something like: extern int remove(const char *); -- Eric Backus ericb AT lsid DOT hp DOT com (206) 335-2495