summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portfns.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-12-21 04:49:29 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-12-21 04:49:29 +0100
commitd19144155e3825507cc01901a83d99bd64a8b0aa (patch)
tree8703e3653b558ac801b067e83ff128c117793ebe /sys/src/9/port/portfns.h
parentbdc2b7556896a069f71dcafb9d4ba4e94872bcfe (diff)
kernel: missing changes for ibrk() prototype
Diffstat (limited to 'sys/src/9/port/portfns.h')
-rw-r--r--sys/src/9/port/portfns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/portfns.h b/sys/src/9/port/portfns.h
index ffda16d23..941bb95fc 100644
--- a/sys/src/9/port/portfns.h
+++ b/sys/src/9/port/portfns.h
@@ -129,7 +129,7 @@ long hostownerwrite(char*, int);
void hzsched(void);
Block* iallocb(int);
void iallocsummary(void);
-long ibrk(uintptr, int);
+uintptr ibrk(uintptr, int);
void ilock(Lock*);
void interrupted(void);
void iunlock(Lock*);