diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-18 13:09:28 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-18 13:09:28 +0200 |
commit | f56aa2f7e4b8e6430e123f714507032a33955a09 (patch) | |
tree | 0381e4cbff6e5e856a3218d811da22fa12c97fcf /src/include/tce/syscalls.h | |
parent | f3e03796652b792bb3fd5d3d25b687b9a7f14633 (diff) | |
download | TCE-f56aa2f7e4b8e6430e123f714507032a33955a09.tar.gz TCE-f56aa2f7e4b8e6430e123f714507032a33955a09.zip |
The keyboard handling, it's getting better. + Funny screenshot.
Diffstat (limited to 'src/include/tce/syscalls.h')
-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 |