Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhugetlbfs: 1.19 -> 1.20 | Kai Kang | 2016-11-23 | 1 | -34/+0 |
| | | | | | | | | | | Upgrade libhugetlbfs from 1.19 to 1.20. * Remove libhugetlbfs-avoid-using-restrict-as-var-name.patch which is fixed in upstream. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | libhugetlbfs: avoid using keyword restrict as var name | Kai Kang | 2015-08-31 | 1 | -0/+34 |
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> |