msvcrt: Add setjmp for ARM in spec file.
This commit is contained in:
parent
4b19b618f5
commit
b29e56f205
|
@ -1769,7 +1769,7 @@
|
|||
@ varargs scanf(str) msvcrt.scanf
|
||||
@ varargs scanf_s(str) msvcrt.scanf_s
|
||||
@ cdecl setbuf(ptr ptr) msvcrt.setbuf
|
||||
@ cdecl -arch=x86_64 -norelay -private setjmp(ptr) msvcrt.setjmp
|
||||
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) msvcrt.setjmp
|
||||
@ cdecl setlocale(long str) msvcrt.setlocale
|
||||
@ cdecl setvbuf(ptr str long long) msvcrt.setvbuf
|
||||
@ cdecl signal(long long) msvcrt.signal
|
||||
|
|
|
@ -1422,7 +1422,7 @@
|
|||
@ varargs scanf(str) msvcrt.scanf
|
||||
@ varargs scanf_s(str) msvcrt.scanf_s
|
||||
@ cdecl setbuf(ptr ptr) msvcrt.setbuf
|
||||
@ cdecl -arch=x86_64 -norelay -private setjmp(ptr) msvcrt.setjmp
|
||||
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) msvcrt.setjmp
|
||||
@ cdecl setlocale(long str) msvcrt.setlocale
|
||||
@ cdecl setvbuf(ptr str long long) msvcrt.setvbuf
|
||||
@ cdecl signal(long long) msvcrt.signal
|
||||
|
|
|
@ -1368,7 +1368,7 @@
|
|||
@ varargs scanf(str) MSVCRT_scanf
|
||||
@ varargs scanf_s(str) MSVCRT_scanf_s
|
||||
@ cdecl setbuf(ptr ptr) MSVCRT_setbuf
|
||||
@ cdecl -arch=x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
|
||||
@ cdecl -arch=arm,x86_64 -norelay -private setjmp(ptr) MSVCRT__setjmp
|
||||
@ cdecl setlocale(long str) MSVCRT_setlocale
|
||||
@ cdecl setvbuf(ptr str long long) MSVCRT_setvbuf
|
||||
@ cdecl signal(long long) MSVCRT_signal
|
||||
|
|
Loading…
Reference in New Issue