mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't use an empty struct.
This commit is contained in:
parent
1656073469
commit
6aee0b4448
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ typedef long sig_atomic_t;
|
|||
#if __BSD_VISIBLE
|
||||
|
||||
struct sigcontext {
|
||||
int _dummy;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue