diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-05 22:50:26 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-06 20:17:16 +0100 |
commit | 1939a6528b862022b7266fe74aecdc327fa1b876 (patch) | |
tree | 7d0e223335de06958a471372cae7752878a2332e /package/micropython/micropython.hash | |
parent | 7d48f7d77429ad4586674d224fc3168202ad4a40 (diff) | |
download | buildroot-1939a6528b862022b7266fe74aecdc327fa1b876.tar.gz buildroot-1939a6528b862022b7266fe74aecdc327fa1b876.zip |
package/oprofile: fix musl build
The build error has not yet been found by the autobuilders:
operf.cpp: In function ‘int __delete_old_previous_sample_data(const char*, const stat*, int, FTW*)’:
operf.cpp:862:10: error: ‘FTW_STOP’ was not declared in this scope
return FTW_STOP;
^
operf.cpp:864:10: error: ‘FTW_CONTINUE’ was not declared in this scope
return FTW_CONTINUE;
^
operf.cpp: In function ‘void convert_sample_data()’:
operf.cpp:899:41: error: ‘FTW_ACTIONRETVAL’ was not declared in this scope
int flags = FTW_DEPTH | FTW_ACTIONRETVAL;
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/micropython/micropython.hash')
0 files changed, 0 insertions, 0 deletions