Alex Riesen said the following on 14.09.2009 16:18:
On Mon, Sep 14, 2009 at 15:11, Marius Storm-Olsen <mstormo@xxxxxxxxx> wrote:
+int ftruncate(int fd, __int64 length)
+{
+ HANDLE fh = (HANDLE)_get_osfhandle(fd);
+ if (!fh || _lseeki64(fd, length, SEEK_SET))
According to MSDN, error is manifested by returning INVALID_HANDLE_VALUE (–1):
You're absolutely right. I was too deep in Posix-land when writing this.
Updated patch will follow tomorrow.
--
.marius
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html