msvcrt: Add setjmp for ARM in spec file.

This commit is contained in:
André Hentschel 2013-03-13 20:06:44 +01:00 committed by Alexandre Julliard
parent 4b19b618f5
commit b29e56f205
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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