diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-15 10:19:16 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-15 10:19:16 +0100 |
commit | 2296aa7b1d3c8a6ad1187080622d8d71ec401645 (patch) | |
tree | de410fade9ea025d1879c1f2e946ad9038f7ec76 /src/common/README | |
parent | f4cbcf4c06a683c75185c26a431ad016703db03f (diff) | |
download | kogata-2296aa7b1d3c8a6ad1187080622d8d71ec401645.tar.gz kogata-2296aa7b1d3c8a6ad1187080622d8d71ec401645.zip |
Add precision to common readme
Diffstat (limited to 'src/common/README')
-rw-r--r-- | src/common/README | 2 |
1 files changed, 1 insertions, 1 deletions
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. |