diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-15 10:15:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-15 10:15:47 +0100 |
commit | f4cbcf4c06a683c75185c26a431ad016703db03f (patch) | |
tree | 5b385d559095e0060d7d7038cb95117b655f6904 /src/common | |
parent | 817b7848dca5b7080ba53666eb2dd8f37b05453a (diff) | |
download | kogata-f4cbcf4c06a683c75185c26a431ad016703db03f.tar.gz kogata-f4cbcf4c06a683c75185c26a431ad016703db03f.zip |
Moving files.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/README | 4 | ||||
-rw-r--r-- | src/common/include/syscallproto.h (renamed from src/common/include/syscallid.h) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/README b/src/common/README index 7e3e1f7..14d1a2d 100644 --- a/src/common/README +++ b/src/common/README @@ -2,7 +2,7 @@ This directory contains the library functions common to userland and kernel code, for the three basic libraries of the system : - libkogata : memory allocation, system functions -- libc : (partial)implementation of standard libc functions +- libc : (partial) implementation of standard libc functions - libalgo : usefull data structures It relies on a few functions being exported : @@ -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 `assert.h` and `malloc.h`. +found in `debug.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. diff --git a/src/common/include/syscallid.h b/src/common/include/syscallproto.h index bfcd37a..bfcd37a 100644 --- a/src/common/include/syscallid.h +++ b/src/common/include/syscallproto.h |