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__
|
#ifdef __MACH__
|
||||||
static void _sigio_child(gnrc_tapnet_t *dev)
|
static void _sigio_child(dev_eth_tap_t *dev)
|
||||||
{
|
{
|
||||||
pid_t parent = _native_pid;
|
pid_t parent = _native_pid;
|
||||||
if ((_sigio_child_pid = real_fork()) == -1) {
|
if ((_sigio_child_pid = real_fork()) == -1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user