On Mon, Mar 10, 2014 at 10:56:35AM -0700, Gurucharan Shetty wrote:
> There is no ftruncate() in visual studio. There is a _chsize_s()
> which has a similar functionality.
>
> Signed-off-by: Gurucharan Shetty
This implementation of ftruncate() does not return anything if
_chsize_s() succeeds. (I
There is no ftruncate() in visual studio. There is a _chsize_s()
which has a similar functionality.
Signed-off-by: Gurucharan Shetty
---
include/windows/windefs.h |1 +
lib/util.c| 10 ++
lib/util.h|1 +
3 files changed, 12 insertions(+)
diff --