From 2296aa7b1d3c8a6ad1187080622d8d71ec401645 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 15 Feb 2015 10:19:16 +0100 Subject: Add precision to common readme --- src/common/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/README b/src/common/README index 14d1a2d..7c78de1 100644 --- a/src/common/README +++ b/src/common/README @@ -16,7 +16,7 @@ It relies on a few functions being exported : These function are supposed to be defined in the code that calls the common functions. The headers for these functions are to be -found in `debug.h` and `malloc.h`. +found in `debug.h`, `mutex.h` and `malloc.h`. In kernel code, these functions are defined somewhere in the kernel. In user code, these functions are defined in the user part of libkogata. -- cgit v1.2.3