diff options
author | William Cohen <wcohen@redhat.com> | 2008-11-26 14:37:22 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-11-26 14:37:22 -0500 |
commit | 0793bdc4e22af6dd29420f04c3b40ced72ba4b54 (patch) | |
tree | f95e0f9afd4e64b4cc6af532c9ab7176ff5066b5 /runtime/autoconf-synchronize-sched.c | |
parent | d1b8e10a316702a20b7abec8d27189a62fc4bab6 (diff) | |
parent | 8d59b39f96b89eb055d77d422a923c499d2a5fca (diff) | |
download | systemtap-steved-0793bdc4e22af6dd29420f04c3b40ced72ba4b54.tar.gz systemtap-steved-0793bdc4e22af6dd29420f04c3b40ced72ba4b54.tar.xz systemtap-steved-0793bdc4e22af6dd29420f04c3b40ced72ba4b54.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.c | 6 |
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 (); +} |