shithub: riscv

Download patch

ref: 51c9ad341376cf62c223264d1cf5eaddb48ab29f
parent: 908a525ef5ed769f0621df6df4184b1349920d94
author: aiju <aiju@phicode.de>
date: Mon May 9 05:52:53 EDT 2011

changed Egreg

--- a/sys/src/9/port/error.h
+++ b/sys/src/9/port/error.h
@@ -41,7 +41,7 @@
 extern char Esoverlap[];	/* segments overlap */
 extern char Emouseset[];	/* mouse type already set */
 extern char Eshort[];		/* i/o count too small */
-extern char Egreg[];		/* jmk added reentrancy for threads */
+extern char Egreg[];		/* the front fell off */
 extern char Ebadspec[];		/* bad attach specifier */
 extern char Enoreg[];		/* process has no saved registers */
 extern char Enoattach[];	/* mount/attach disallowed */
--