1
0
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:
Thomas Eichinger 2015-08-19 22:23:06 +02:00
parent cfea6439f6
commit 3fba38e47b

View File

@ -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) {