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:
Joel Sherrill
2014-12-15 09:40:28 -06:00
parent 20aba89b77
commit a37ffeb136

Diff Content Not Available