summaryrefslogtreecommitdiff
path: root/Plan9/include/lib9.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plan9/include/lib9.h')
-rw-r--r--Plan9/include/lib9.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Plan9/include/lib9.h b/Plan9/include/lib9.h
index 8973cd15..4b3dfad7 100644
--- a/Plan9/include/lib9.h
+++ b/Plan9/include/lib9.h
@@ -1,17 +1,11 @@
#include <u.h>
typedef usize size_t;
-#define Runeerror xRuneerror
#define Rendez xRendez
#include <libc.h>
-#undef Runeerror
#undef Rendez
-enum
-{
- Runeerror = 0x80, /* decoding error in UTF */
-};
/*
* Extensions for Inferno to basic libc.h
*/