summaryrefslogtreecommitdiff
path: root/src/include/tce/syscalls.h
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-05-19 16:38:56 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-05-19 16:38:56 +0200
commitd502fce7d4db492690e39c72fc029aa05a65057d (patch)
treea5797a97212fff8142dc7f61792facca07c904eb /src/include/tce/syscalls.h
parent8e07c1db6ba4bedd0f8fe537a6fb0ca80e5d25f4 (diff)
downloadTCE-d502fce7d4db492690e39c72fc029aa05a65057d.tar.gz
TCE-d502fce7d4db492690e39c72fc029aa05a65057d.zip
More improvements in FWIK - more strings, Dir class, ...
Diffstat (limited to 'src/include/tce/syscalls.h')
-rw-r--r--src/include/tce/syscalls.h1
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