We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97de1a4 + f952e16 commit f731481Copy full SHA for f731481
1 file changed
src/cdefs-compat.h
@@ -26,10 +26,8 @@
26
#endif /* __strong_reference */
27
28
#ifdef __wasm__
29
-# define openlibm_weak_reference(sym,alias) openlibm_strong_reference(sym,alias)
30
-#endif
31
-
32
-#if defined(__weak_alias) && defined(__NetBSD__)
+#define openlibm_weak_reference(sym,alias) openlibm_strong_reference(sym,alias)
+#elif defined(__weak_alias) && defined(__NetBSD__)
33
#define openlibm_weak_reference(sym,alias) __weak_alias(alias,sym)
34
#elif defined(__weak_reference)
35
#define openlibm_weak_reference(sym,alias) __weak_reference(sym,alias)
0 commit comments