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