summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-03 08:38:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-06 09:43:58 +0100
commita418b2f8b0c2c044e20e4f406d561abe3e9780d2 (patch)
tree29c897a3dba935d0ea9d1c0bcc9c59ed35fc1f09 /cpukit
parentscore: Add and use _Giant_Drop() (diff)
downloadrtems-a418b2f8b0c2c044e20e4f406d561abe3e9780d2.tar.bz2
libnetworking: Typo
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/rtems/rtems_syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_syscall.c b/cpukit/libnetworking/rtems/rtems_syscall.c
index b22157861d..324a634426 100644
--- a/cpukit/libnetworking/rtems/rtems_syscall.c
+++ b/cpukit/libnetworking/rtems/rtems_syscall.c
@@ -820,7 +820,7 @@ static const rtems_filesystem_file_handlers_r socket_handlers = {
.lseek_h = rtems_filesystem_default_lseek,
.fstat_h = rtems_bsdnet_fstat,
.ftruncate_h = rtems_filesystem_default_ftruncate,
- .fstat_h = rtems_filesystem_default_fsync_or_fdatasync,
+ .fsync_h = rtems_filesystem_default_fsync_or_fdatasync,
.fdatasync_h = rtems_filesystem_default_fsync_or_fdatasync,
.fcntl_h = rtems_bsdnet_fcntl,
.kqfilter_h = rtems_filesystem_default_kqfilter,