mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 02:32:27 +00:00
Add some noexcept annotations
This commit is contained in:
parent
fae1c32267
commit
ea081b262c
9 changed files with 89 additions and 80 deletions
4
third_party/openmp/kmp_runtime.cpp
vendored
4
third_party/openmp/kmp_runtime.cpp
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue