Add some noexcept annotations

This commit is contained in:
Justine Tunney 2024-06-01 03:19:53 -07:00
parent fae1c32267
commit ea081b262c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
9 changed files with 89 additions and 80 deletions

View file

@ -7056,8 +7056,8 @@ static void __kmp_user_level_mwait_init() {
// getauxval() function is available in RHEL7 and SLES12. If a system with an
// earlier OS is used to build the RTL, we'll use the following internal
// function when the entry is not found.
unsigned long getauxval(unsigned long) KMP_WEAK_ATTRIBUTE_EXTERNAL;
unsigned long getauxval(unsigned long) { return 0; }
// unsigned long getauxval(unsigned long) KMP_WEAK_ATTRIBUTE_EXTERNAL;
// unsigned long getauxval(unsigned long) { return 0; }
static void __kmp_user_level_mwait_init() {
// When getauxval() and correct value of AT_INTELPHIUSERMWAIT are available