summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-synchronize-sched.c
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-11-27 08:20:25 +1000
committerddomingo <ddomingo@redhat.com>2008-11-27 08:20:25 +1000
commitb292269455060d2f07dfa83749f9a7766c478c5a (patch)
tree684b52c7d3c598e26f22eba2f0b1db232788c526 /runtime/autoconf-synchronize-sched.c
parentc41e99c8f098302a9ed2eb4fcac6ff5e7cd79cab (diff)
parentc31df222427089e752256c58fceb6f077bdc53ce (diff)
downloadsystemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.tar.gz
systemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.tar.xz
systemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/autoconf-synchronize-sched.c')
-rw-r--r--runtime/autoconf-synchronize-sched.c6
1 files changed, 6 insertions, 0 deletions
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 <linux/sched.h>
+
+void foo (void)
+{
+ synchronize_sched ();
+}