Skip to content

Commit ea065f9

Browse files
gufe44vtjnash
andauthored
Update src/cdefs-compat.h
Co-Authored-By: Jameson Nash <vtjnash@gmail.com>
1 parent 2080b23 commit ea065f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cdefs-compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#ifdef __weak_reference
2929
#ifdef __NetBSD__
30-
#define __weak_reference_compat(sym,alias) __weak_reference(sym)
30+
#define __weak_reference_compat(sym,alias) __weak_alias(alias,sym)
3131
#else
3232
#define __weak_reference_compat(sym,alias) __weak_reference(sym,alias)
3333
#endif

0 commit comments

Comments
 (0)