Skip to content

Commit

Permalink
cpu/native: fix wrong type for _sigio_child()
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseichinger committed Sep 3, 2015
1 parent cfea643 commit 3fba38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/native/dev_eth_tap/dev_eth_tap.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 3fba38e

Please sign in to comment.