Add new error codes B_PARTIAL_{READ,WRITE}

This commit is contained in:
Ingo Weinhold
2014-06-23 22:58:15 +02:00
parent 98759fe6e6
commit dec78bb27c
7 changed files with 26 additions and 4 deletions
+3 -1
View File
@@ -133,7 +133,9 @@ enum {
B_LINK_LIMIT,
B_BUSTED_PIPE,
B_UNSUPPORTED,
B_PARTITION_TOO_SMALL
B_PARTITION_TOO_SMALL,
B_PARTIAL_READ,
B_PARTIAL_WRITE,
};