[RTEMS Project] #2757: truncate() is broken for FAT
RTEMS trac
trac at rtems.org
Tue Jul 12 12:24:19 UTC 2016
#2757: truncate() is broken for FAT
--------------------------+---------------------
Reporter: snob-wolpike | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 4.11.1
Component: filesystem | Version: 4.11
Severity: normal | Resolution:
Keywords: |
--------------------------+---------------------
Comment (by snob-wolpike):
We are aware about it. This code is used:
{{{
#!c
fd = open(DEVNAME, O_RDWR);
rc = rtems_disk_fd_sync(fd);
close(fd);
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2757#comment:5>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list