/* * Support C++ source use utilities defined in util.h */ #ifndef PERF_UTIL_UTIL_CXX_H #define PERF_UTIL_UTIL_CXX_H #ifdef __cplusplus extern "C" { #endif /* * Now 'new' is the only C++ keyword found in util.h: * in tools/include/linux/rbtree.h * * Other keywords, like class and delete, should be * redefined if necessary. */ #define new _new #include "util.h" #undef new #ifdef __cplusplus } #endif #endif s-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-30Merge tag 'at91-ab-4.10-soc' of ↵Olof Johansson1-16/+16
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into fixes AT91 SoC fixes for 4.10: - change email addresses for Nicolas and Ludovic following the Microchip-Atmel merger * tag 'at91-ab-4.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: MAINTAINERS: change email address from atmel to microchip MAINTAINERS: at91: change email address Signed-off-by: Olof Johansson <olof@lixom.net>
2017-01-30MAINTAINERS: change email address from atmel to microchipLudovic Desroches