summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/defaults/default_fsync_success.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* libfs: Doxygen Enhancement Task #4Ayush Awasthi2012-12-281-0/+7
|
* Filesystem: New defaults fsync_h and fdatasync_hSebastian Huber2012-03-131-0/+26
New defaults rtems_filesystem_default_fsync_or_fdatasync() and rtems_filesystem_default_fsync_or_fdatasync_success() for fsync_h and fdatasync_h. The rtems_filesystem_default_fsync_or_fdatasync() sets now errno to EINVAL according to POSIX.