mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/native: fix wrong type for _sigio_child()
This commit is contained in:
parent
cfea6439f6
commit
3fba38e47b
@ -304,7 +304,7 @@ static void _cleanup(dev_eth_t *ethdev)
|
||||
}
|
||||
|
||||
#ifdef __MACH__
|
||||
static void _sigio_child(gnrc_tapnet_t *dev)
|
||||
static void _sigio_child(dev_eth_tap_t *dev)
|
||||
{
|
||||
pid_t parent = _native_pid;
|
||||
if ((_sigio_child_pid = real_fork()) == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user