On Tue, 8 Jun 2021, Biswapriyo Nath wrote:
Why do you ever want to call `_setjmpex()` directly? It is only used to
implement the standard
`setjmp()` macro, which in the case of UCRT calls `__intrinsic_setjmpex()`.
Same question as mine. Need it here
https://github.com/Perl/perl5/blob/blead/di
> Why do you ever want to call `_setjmpex()` directly? It is only used to
> implement the standard
> `setjmp()` macro, which in the case of UCRT calls `__intrinsic_setjmpex()`.
Same question as mine. Need it here
https://github.com/Perl/perl5/blob/blead/dist/threads/threads.xs
_
在 2021-06-06 14:05, Biswapriyo Nath 写道:
* Source: int main() { _setjmpex(0,0); }
* Compiler command: gcc test.c
* msvcrt ok.
* ucrt linking error
Why do you ever want to call `_setjmpex()` directly? It is only used to implement the standard
`setjmp()` macro, which in the case of UCRT calls `
* Source: int main() { _setjmpex(0,0); }
* Compiler command: gcc test.c
* msvcrt ok.
* ucrt linking error
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
* Source: int main() { _setjmpex(0,0); }
* Compiler command: gcc test.c
* msvcrt ok.
* ucrt linking error
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public