mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-04 09:37:13 +02:00
Update src/cdefs-compat.h
Co-Authored-By: Jameson Nash <vtjnash@gmail.com>
This commit is contained in:
parent
2080b23690
commit
ea065f90cb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#ifdef __weak_reference
|
#ifdef __weak_reference
|
||||||
#ifdef __NetBSD__
|
#ifdef __NetBSD__
|
||||||
#define __weak_reference_compat(sym,alias) __weak_reference(sym)
|
#define __weak_reference_compat(sym,alias) __weak_alias(alias,sym)
|
||||||
#else
|
#else
|
||||||
#define __weak_reference_compat(sym,alias) __weak_reference(sym,alias)
|
#define __weak_reference_compat(sym,alias) __weak_reference(sym,alias)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue