From 8d59b39f96b89eb055d77d422a923c499d2a5fca Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 26 Nov 2008 13:59:53 -0500 Subject: safety: add paranoid call to synchronize_sched() during shutdown process --- runtime/autoconf-synchronize-sched.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 runtime/autoconf-synchronize-sched.c (limited to 'runtime/autoconf-synchronize-sched.c') diff --git a/runtime/autoconf-synchronize-sched.c b/runtime/autoconf-synchronize-sched.c new file mode 100644 index 00000000..0291092e --- /dev/null +++ b/runtime/autoconf-synchronize-sched.c @@ -0,0 +1,6 @@ +#include + +void foo (void) +{ + synchronize_sched (); +} -- cgit