// Android's 32-bit ABI shipped with a sigset_t too small to include any // of the realtime signals, so we have both sigset_t and sigset64_t. Many // new system calls only accept a sigset64_t, so this helps paper over // the difference at zero cost to LP64 in most cases after the optimizer // removes the unnecessary temporary `ptr`. struct SigSetConverter { public:
SigSetConverter(const sigset_t* s) : SigSetConverter(const_cast<sigset_t*>(s)) {}
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.