From a79e53861a121e6bb840d194a72410c05766de68 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 12 Jan 2016 00:00:02 +0000 Subject: [PATCH] liberror: fix missed entry --- Library/tools/liberror.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/tools/liberror.c b/Library/tools/liberror.c index 21779069..cc937f47 100644 --- a/Library/tools/liberror.c +++ b/Library/tools/liberror.c @@ -44,6 +44,7 @@ const char *err[44] = { "Directory is not empty", "File name too long", "Address family not supported", + "Operation already in progress", "Address not available", "Invalid system call number", "Protocol family not supported", -- 2.34.1