diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-19 16:38:56 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-19 16:38:56 +0200 |
commit | d502fce7d4db492690e39c72fc029aa05a65057d (patch) | |
tree | a5797a97212fff8142dc7f61792facca07c904eb /src/include | |
parent | 8e07c1db6ba4bedd0f8fe537a6fb0ca80e5d25f4 (diff) | |
download | TCE-d502fce7d4db492690e39c72fc029aa05a65057d.tar.gz TCE-d502fce7d4db492690e39c72fc029aa05a65057d.zip |
More improvements in FWIK - more strings, Dir class, ...
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 76a5ba2..c82cab7 100644 --- a/src/include/tce/syscalls.h +++ b/src/include/tce/syscalls.h @@ -38,5 +38,6 @@ #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 +#define E_INVALID_TYPE -8 // incorrect node type #endif |