mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 10:33:55 +08:00
sync.c: Revert previous patch with assertions
Some file systems do not support sync() at all and return an error indicating this on any sync() call. In particular, the IMFS is one of these and thus this assertion is tripped in normal testing. Since sync() is void per POSIX, the error just must be ignored.
This commit is contained in: