summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-procfs-owner.c
blob: d64bf5e8acca84a0662c9723d5ffc1e275ccc981 (plain)
1
2
3
4
5
6
7
8
#include <linux/proc_fs.h>

/* kernel commit 4d38a69c6 */

void bar (void) {
        struct proc_dir_entry foo;
	foo.owner = (void*) 0;
}