summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-12-06 09:59:15 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-12-15 09:40:28 -0600
commita37ffeb1369bc07248aaa9ef8b2b7b0b5064653a (patch)
tree6b9efd4621e270d81e7409f72a1e66e78cd3e12f
parent20aba89b778749f4b12284790f012bca0bf2c2c1 (diff)
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.
0 files changed, 0 insertions, 0 deletions