From a418b2f8b0c2c044e20e4f406d561abe3e9780d2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 3 Mar 2014 08:38:10 +0100 Subject: libnetworking: Typo --- cpukit/libnetworking/rtems/rtems_syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libnetworking/rtems') 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, -- cgit v1.2.3