Files
meta-openembedded/meta-oe/recipes-benchmark
Kai Kang 3a92cd036c libhugetlbfs: avoid using keyword restrict as var name
When compile with gcc 5.x, libhugetlbfs fails with:

| hugeutils.c: In function '__lh_hugetlbfs_setup_env':
| hugeutils.c:304:40: error: expected identifier or '(' before restrict'
|    char *p, *tok, *exe, buf[MAX_EXE+1], restrict[MAX_EXE];
|                                         ^

Rename variable to avoid using keyword restrict as variable name to fix it.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31 20:02:23 +02:00
..
2014-05-05 18:31:29 +02:00
2015-07-30 20:20:42 +02:00
2014-05-03 20:45:00 +02:00
2015-02-12 19:31:52 +01:00
2014-07-15 14:56:55 +02:00