Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/stress-ng: Fix author email in 0003-test-test-bsd-wchar-...patch | Vadim Kochan | 2019-02-25 | 1 | -1/+1 |
| | | | | | | | | Author's and sign-off's emails differs, so fix the author's one which is not valid anymore. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | package/stress-ng: Fix build issue with libbsd wchar check | Vadim Kochan | 2019-02-23 | 1 | -0/+29 |
stress-ng uses test/test-bsd-wchar.c program to check if there is support for libbsd's wchar, but the test fails because wchar.h also requires the FILE* definition from stdio.h which is not included automatically, so fix it by include stdio.h explicitly. Fixes: http://autobuild.buildroot.net/results/6def1bba8e7ec05682e74c4edc3a35c8c118d28b Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |