diff options
Diffstat (limited to 'arch/nt64/weak/nt64/__fputc_unlocked_sym.s')
-rw-r--r-- | arch/nt64/weak/nt64/__fputc_unlocked_sym.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/nt64/weak/nt64/__fputc_unlocked_sym.s b/arch/nt64/weak/nt64/__fputc_unlocked_sym.s new file mode 100644 index 0000000..513a30a --- /dev/null +++ b/arch/nt64/weak/nt64/__fputc_unlocked_sym.s @@ -0,0 +1,3 @@ +.global fputc_unlocked +fputc_unlocked: + jmp putc_unlocked |