From: Alan Cox Date: Tue, 12 Jan 2016 00:00:02 +0000 (+0000) Subject: liberror: fix missed entry X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a79e53861a121e6bb840d194a72410c05766de68;p=FUZIX.git liberror: fix missed entry --- 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",