From ec81fa16d837f430add92b4d2ee4bd3727ca6c6d Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 11 Jan 2023 19:35:44 +0100 Subject: kernel: return EPIPE when fs_waiting on a dead filesystem --- src/shared/include/camellia/errno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/include') diff --git a/src/shared/include/camellia/errno.h b/src/shared/include/camellia/errno.h index c572f88..002980c 100644 --- a/src/shared/include/camellia/errno.h +++ b/src/shared/include/camellia/errno.h @@ -14,6 +14,7 @@ #define EACCES 10 #define EMFILE 11 /* all file descriptors taken */ #define ECONNRESET 12 +#define EPIPE 13 #define EISDIR 200 #define ENAMETOOLONG 201 -- cgit v1.2.3