diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-29 14:17:20 +0200 |
|---|---|---|
| committer | ton31337 <3352707+ton31337@users.noreply.github.com> | 2024-03-12 20:34:30 +0000 |
| commit | 59d117c344a2c828a71e4e1fc3fc016392f76e4b (patch) | |
| tree | 0a513a2d41f83ea4dd93728f94f89a25cb79b053 /tests/topotests/example-test/test_example.py | |
| parent | 378e8d08456dc10de0ed40e97fd98efd5b719de3 (diff) | |
lib: Fix unknown sig_atomic_t compile error
This is happening for Alpine Linux.
```
26 64.59 ./lib/sigevent.h:23:18: error: unknown type name 'sig_atomic_t'
26 64.59 23 | volatile sig_atomic_t caught; /* private member */
26 64.59 | ^~~~~~~~~~~~
26 64.60 In file included from ./lib/libfrr.h:12,
26 64.60 from ./lib/vty.h:28,
26 64.60 from ./lib/command.h:11,
26 64.60 from ./lib/debug.h:11,
26 64.60 from ./mgmtd/mgmt.h:12,
26 64.60 from mgmtd/mgmt_history.c:14:
26 64.60 ./lib/sigevent.h:23:18: error: unknown type name 'sig_atomic_t'
26 64.60 23 | volatile sig_atomic_t caught; /* private member */
26 64.60 | ^~~~~~~~~~~~
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit f03b0bfaa4225182064d7749808b49760a618d29)
Diffstat (limited to 'tests/topotests/example-test/test_example.py')
0 files changed, 0 insertions, 0 deletions
