Eliminate sigset warning in test-expect-version

pull/289/head
Daniele Lacamera 2023-03-14 09:50:59 +01:00
parent 51e6a1a28c
commit 8e74db2f27
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
#ifndef __MACH__ #ifndef __MACH__
#include <termio.h> #include <termio.h>
#include <linux/serial.h> #include <linux/serial.h>
typedef void (*sighandler_t)(int);
sighandler_t sigset(int sig, sighandler_t disp);
#endif #endif
#define MSGLEN (4 + 4 + 8) #define MSGLEN (4 + 4 + 8)