summaryrefslogtreecommitdiff
path: root/src/include/tce/syscalls.h
diff options
context:
space:
mode:
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