summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/ChangeLog4
-rw-r--r--runtime/autoconf-synchronize-sched.c6
2 files changed, 10 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 91a932c4..f3c5f2e3 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-26 Frank Ch. Eigler <fche@elastic.org>
+
+ * autoconf-synchronize-sched.c: New file.
+
2008-11-25 Frank Ch. Eigler <fche@elastic.org>
PR 7046.
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 ();
+}