/* * This file exports some critical string functions and compiler * built-in functions (where calls are emitted by the compiler * itself that we cannot avoid even in kernel code) to modules. * * "_user.c" code that previously used exports here such as hostfs * really should be considered part of the 'hypervisor' and define * its own API boundary like hostfs does now; don't add exports to * this file for such cases.
*/
/* If it's not defined, the export is included in lib/string.c.*/ #ifdef __HAVE_ARCH_STRSTR #undef strstr
EXPORT_SYMBOL(strstr); #endif
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.