Thread (32 messages) flat view 32 messages, 7 authors, 2016-06-15

Re: [PATCH 14/17] Add ftruncate implementation for MSVC

From: Marius Storm-Olsen <hidden>
Date: 2016-06-15 22:47:24

Alex Riesen said the following on 14.09.2009 16:18:
On Mon, Sep 14, 2009 at 15:11, Marius Storm-Olsen [off-list ref] wrote:
quoted
+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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help