diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/tce/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tce/syscalls.h b/src/include/tce/syscalls.h index 6c67523..e14768f 100644 --- a/src/include/tce/syscalls.h +++ b/src/include/tce/syscalls.h @@ -28,7 +28,7 @@ // ERRORS -#define E_NOT_IMPLEMENTED -1 +#define E_NOT_IMPLEMENTED -1 // could also mean that your request is nonsense #define E_NOT_FOUND -2 #define E_INVALID_FD -3 #define E_TOO_SHORT -4 // not enough space for data to be copied to |