summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-grsecurity.c
blob: ee2e4e55f3a565b58ce27be028c7f0878d371c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR10551: pax/grsecurity changes linux/module.h */

#include <linux/module.h>

struct module *t;
unsigned size;

void foo (void)
{
   size += t->init_size_rw + t->init_size_rx + t->core_size_rw + t->core_size_rx;  
}