diff options
Diffstat (limited to 'arch/nt32/weak/nt32/__fseeko_sym.s')
-rw-r--r-- | arch/nt32/weak/nt32/__fseeko_sym.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/nt32/weak/nt32/__fseeko_sym.s b/arch/nt32/weak/nt32/__fseeko_sym.s index 694a442..4c0c454 100644 --- a/arch/nt32/weak/nt32/__fseeko_sym.s +++ b/arch/nt32/weak/nt32/__fseeko_sym.s @@ -1,3 +1,4 @@ - .global _fseeko + .global _fseeko + .def _fseeko; .scl 2; .type 32; .endef _fseeko: jmp ___fseeko |