Skip to content

Commit 144b272

Browse files
authored
Merge pull request #886 from uyjulian/hotfix_remove_weak_forward_decl_20260706
hotfix: Remove weak attribute from forward decl of _ps2sdk_get_default_fdman_path_ops
2 parents d7b50b3 + e056492 commit 144b272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ee/libcglue/src/ps2sdkapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ void __fioOpsInitializeImpl(void)
501501
}
502502
#endif
503503

504-
extern _libcglue_fdman_path_ops_t * __attribute__((weak)) _ps2sdk_get_default_fdman_path_ops(void);
504+
extern _libcglue_fdman_path_ops_t * _ps2sdk_get_default_fdman_path_ops(void);
505505
#ifdef F__ps2sdk_get_default_fdman_path_ops
506506
_libcglue_fdman_path_ops_t * __attribute__((weak)) _ps2sdk_get_default_fdman_path_ops(void)
507507
{

0 commit comments

Comments
 (0)