Skip to content

Commit b9a5b5e

Browse files
committed
use dummy globals for syscall overrides
1 parent e206d4f commit b9a5b5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libogc/system.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ static sys_resetinfo mem_resetinfo = {
245245
127
246246
};
247247

248+
const void *__libogc_sbrk = _sbrk_r;
249+
const void *__libogc_lock_init = __syscall_lock_init;
250+
248251
static const char *__sys_versiondate;
249252
static const char *__sys_versionbuild;
250253

0 commit comments

Comments
 (0)