Files
ppsspp/Common
Jan Beich 303efbc268 Common: add explicit <signal.h> for BSDs after 3ed7435012
Common/ExceptionHandlerSetup.cpp:298:6: error: no matching constructor for initialization of 'sigaltstack'
        if (sigaltstack(&signal_stack, nullptr)) {
            ^           ~~~~~~~~~~~~~~~~~~~~~~
/usr/include/sys/signal.h:449:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct __stack_t {
       ^
/usr/include/sys/signal.h:434:19: note: expanded from macro '__stack_t'
 #define __stack_t sigaltstack
                   ^
/usr/include/sys/signal.h:449:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/usr/include/sys/signal.h:434:19: note: expanded from macro '__stack_t'
 #define __stack_t sigaltstack
                   ^
/usr/include/sys/signal.h:449:8: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 2 were provided
/usr/include/sys/signal.h:434:19: note: expanded from macro '__stack_t'
 #define __stack_t sigaltstack
                   ^
2022-07-09 16:09:37 +00:00
..
2022-07-08 10:49:33 +02:00
2022-04-02 16:37:04 -07:00
2022-06-21 08:32:57 +02:00
2021-05-14 22:46:03 -07:00
2022-05-01 10:20:11 +02:00
2022-06-19 16:47:02 +02:00
2020-08-16 14:48:54 +02:00
2022-04-23 22:52:28 +02:00
2022-01-29 18:39:21 -08:00
2022-04-23 22:52:28 +02:00
2021-03-02 21:14:09 -08:00
2020-01-14 17:15:11 +08:00
2020-01-14 17:15:11 +08:00
2021-07-31 03:03:13 +10:00
2021-12-07 21:28:39 +01:00
2022-04-08 11:55:49 +02:00
2020-12-19 19:48:24 +01:00