summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/interposing_table.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-08-29 05:37:03 +0000
committerkib <kib@FreeBSD.org>2016-08-29 05:37:03 +0000
commit09b81d30ae629d75d03972b872eab71e24605bb6 (patch)
treef0c2fcd24a02aa2f753b25937950603a6eabf3be /lib/libc/sys/interposing_table.c
parentfd2de0ec5da557cf8b56bdc4da12d66bbd506603 (diff)
downloadFreeBSD-src-09b81d30ae629d75d03972b872eab71e24605bb6.zip
FreeBSD-src-09b81d30ae629d75d03972b872eab71e24605bb6.tar.gz
MFC r304209:
The fdatasync(2) call must be cancellation point.
Diffstat (limited to 'lib/libc/sys/interposing_table.c')
-rw-r--r--lib/libc/sys/interposing_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/interposing_table.c b/lib/libc/sys/interposing_table.c
index 75bb280..1447e42 100644
--- a/lib/libc/sys/interposing_table.c
+++ b/lib/libc/sys/interposing_table.c
@@ -79,6 +79,7 @@ interpos_func_t __libc_interposing[INTERPOS_MAX] = {
SLOT(wait6, __sys_wait6),
SLOT(ppoll, __sys_ppoll),
SLOT(map_stacks_exec, __libc_map_stacks_exec),
+ SLOT(fdatasync, __sys_fdatasync),
};
#undef SLOT
OpenPOWER on IntegriCloud