diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-19 09:23:48 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-19 09:23:48 +0200 |
commit | 7b466345af0d3a7dc5622617ce443a90c64e34a4 (patch) | |
tree | f276b6bf391ccfe8ec3a2cb62a7f70964249621f /src/include | |
parent | ac10c1a29c44b0cb29960cd0f792c7361bc430ce (diff) | |
download | TCE-7b466345af0d3a7dc5622617ce443a90c64e34a4.tar.gz TCE-7b466345af0d3a7dc5622617ce443a90c64e34a4.zip |
Added ANSI support, minimal readline-like library.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/tce/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/tce/syscalls.h b/src/include/tce/syscalls.h index 26021a0..76a5ba2 100644 --- a/src/include/tce/syscalls.h +++ b/src/include/tce/syscalls.h @@ -37,5 +37,6 @@ #define E_TOO_SHORT -4 // not enough space for data to be copied to #define E_INVALID_RANGE -5 #define E_INVALID -6 // anything went wrong - invalid parameter, usually +#define E_NOT_FINISHED -7 // nonblocking waitpid on process that hasn't finished #endif |