diff options
author | Richard Braun <rbraun@sceen.net> | 2013-04-14 18:29:12 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2013-04-14 18:29:12 +0200 |
commit | 04e1818f60ad8f90ea502f2f6c6ea61e6e61644c (patch) | |
tree | 51979cf0fdea679b868b044e386e92473295bbc2 /Makefrag.am | |
parent | 909c423347085774a3fc7f8021ce765465cc92c8 (diff) |
kern/{condition,mutex}: refactor common code
The condition module intrusively uses mutexes. Augment the interface of
the mutex module so that mutexes and conditions share common code. As a
side effect, the implementation should have gained in clarity.
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am index 667e8f62..a4d69a0b 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -18,6 +18,7 @@ x15_SOURCES += \ kern/macros.h \ kern/mutex.c \ kern/mutex.h \ + kern/mutex_i.h \ kern/panic.c \ kern/panic.h \ kern/param.h \ |