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
@@ -1,5 +1,5 @@
/*
* Copyright 2007-2010, Ingo Weinhold, [email protected].
* Copyright 2007-2014, Ingo Weinhold, [email protected].
* Distributed under the terms of the MIT License.
*/
#ifndef _FSSH_API_WRAPPER_H
@@ -573,6 +573,8 @@
#define B_BUSTED_PIPE FSSH_B_BUSTED_PIPE
#define B_UNSUPPORTED FSSH_B_UNSUPPORTED
#define B_PARTITION_TOO_SMALL FSSH_B_PARTITION_TOO_SMALL
#define B_PARTIAL_READ FSSH_B_PARTIAL_READ
#define B_PARTIAL_WRITE FSSH_B_PARTIAL_WRITE
/* POSIX Errors */
#define E2BIG FSSH_E2BIG