diff options
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 |