mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
9 lines
108 B
C
9 lines
108 B
C
#include <signal.h>
|
|
#include <termios.h>
|
|
|
|
int freerdp_handle_signals(void)
|
|
{
|
|
errno = ENOSYS;
|
|
return -1;
|
|
}
|