summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-procfs-owner.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/autoconf-procfs-owner.c')
-rw-r--r--runtime/autoconf-procfs-owner.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/autoconf-procfs-owner.c b/runtime/autoconf-procfs-owner.c
new file mode 100644
index 00000000..d64bf5e8
--- /dev/null
+++ b/runtime/autoconf-procfs-owner.c
@@ -0,0 +1,8 @@
+#include <linux/proc_fs.h>
+
+/* kernel commit 4d38a69c6 */
+
+void bar (void) {
+ struct proc_dir_entry foo;
+ foo.owner = (void*) 0;
+}