From d502fce7d4db492690e39c72fc029aa05a65057d Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 19 May 2012 16:38:56 +0200 Subject: More improvements in FWIK - more strings, Dir class, ... --- src/include/tce/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/tce') 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 -- cgit v1.2.3