summaryrefslogtreecommitdiff
path: root/Plan9/mips/include/lib9.h
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-06-29 15:15:08 +0100
committerforsyth <forsyth@vitanuova.com>2011-06-29 15:15:08 +0100
commit6b2e32351192dd10dd3d671e2b61608c692507e6 (patch)
tree82f17976ee34dd2ad73477efdefccb46d6f85ec2 /Plan9/mips/include/lib9.h
parentc594916b7a30516eff15698d7cc1f8e440a55a3d (diff)
20110629-1515
Diffstat (limited to 'Plan9/mips/include/lib9.h')
-rw-r--r--Plan9/mips/include/lib9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plan9/mips/include/lib9.h b/Plan9/mips/include/lib9.h
index 333b29f9..91e0f3d4 100644
--- a/Plan9/mips/include/lib9.h
+++ b/Plan9/mips/include/lib9.h
@@ -341,7 +341,7 @@ extern int enc16(char*, int, uchar*, int);
extern int encodefmt(Fmt*);
extern void exits(char*);
extern double frexp(double, int*);
-extern ulong getcallerpc(void*);
+extern uintptr getcallerpc(void*);
extern char* getenv(char*);
extern int getfields(char*, char**, int, int, char*);
extern char* getuser(void);