mirror of https://github.com/wolfSSL/wolfBoot.git
Eliminate sigset warning in test-expect-version
parent
51e6a1a28c
commit
8e74db2f27
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue