kernel: fix declaration of getcallerpc()

This commit is contained in:
cinap_lenrek 2014-01-19 03:32:50 +01:00
parent ba787cc587
commit 8a72dc1c6b

View file

@ -127,7 +127,7 @@ extern char* fmtstrflush(Fmt*);
* one-of-a-kind
*/
extern char* cleanname(char*);
extern ulong getcallerpc(void*);
extern uintptr getcallerpc(void*);
extern long strtol(char*, char**, int);
extern ulong strtoul(char*, char**, int);