diff options
-rw-r--r-- | src/pkg/runtime/mingw/thread.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pkg/runtime/mingw/thread.c b/src/pkg/runtime/mingw/thread.c index 94ffc2752..9a0bf2a8a 100644 --- a/src/pkg/runtime/mingw/thread.c +++ b/src/pkg/runtime/mingw/thread.c @@ -218,6 +218,11 @@ unlock(Lock *l) } void +destroylock(Lock *l) +{ +} + +void noteclear(Note *n) { eventlock(&n->lock); |