diff options
Diffstat (limited to 'DragonFly/386/include/lib9.h')
| -rw-r--r-- | DragonFly/386/include/lib9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DragonFly/386/include/lib9.h b/DragonFly/386/include/lib9.h index 284f3c24..19cffeef 100644 --- a/DragonFly/386/include/lib9.h +++ b/DragonFly/386/include/lib9.h @@ -260,7 +260,7 @@ extern void _assert(char*); extern double charstod(int(*)(void*), void*); extern char* cleanname(char*); extern double frexp(double, int*); -extern ulong getcallerpc(void*); +extern uintptr getcallerpc(void*); extern int getfields(char*, char**, int, int, char*); extern char* getuser(void); extern char* getwd(char*, int); |
