+evcnt_detach
This commit is contained in:
parent
caa33dc264
commit
20514c29be
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: misc_stub.c,v 1.13 2008/10/15 08:13:17 ad Exp $ */
|
||||
/* $NetBSD: misc_stub.c,v 1.14 2008/11/19 12:20:40 ad Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
|
||||
|
@ -83,3 +83,9 @@ evcnt_attach_dynamic(struct evcnt *ev, int type, const struct evcnt *parent,
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
evcnt_detach(struct evcnt *ev)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue