summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-module-nsections.c
diff options
context:
space:
mode:
authorwenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com>2008-04-15 21:32:59 -0400
committerwenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com>2008-04-15 21:32:59 -0400
commit7edb09d8ba7689d26aefc0a273f334cec4419539 (patch)
treeef40e55d0be98abe137c6d174b5bdb8c40bb022c /runtime/autoconf-module-nsections.c
parentbd10b81c06a0102ac10617da2f368fcc168fc15e (diff)
parent8a49d1d23c77033bf98fc7b139b37f83e3e0eb49 (diff)
downloadsystemtap-steved-7edb09d8ba7689d26aefc0a273f334cec4419539.tar.gz
systemtap-steved-7edb09d8ba7689d26aefc0a273f334cec4419539.tar.xz
systemtap-steved-7edb09d8ba7689d26aefc0a273f334cec4419539.zip
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/autoconf-module-nsections.c')
-rw-r--r--runtime/autoconf-module-nsections.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/autoconf-module-nsections.c b/runtime/autoconf-module-nsections.c
new file mode 100644
index 00000000..c1ce58b7
--- /dev/null
+++ b/runtime/autoconf-module-nsections.c
@@ -0,0 +1,8 @@
+#include <linux/module.h>
+
+struct module_sect_attrs x;
+
+void foo (void)
+{
+ (void) x.nsections;
+}