diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-12-21 04:49:29 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-12-21 04:49:29 +0100 |
commit | d19144155e3825507cc01901a83d99bd64a8b0aa (patch) | |
tree | 8703e3653b558ac801b067e83ff128c117793ebe /sys/src/9/port/portfns.h | |
parent | bdc2b7556896a069f71dcafb9d4ba4e94872bcfe (diff) |
kernel: missing changes for ibrk() prototype
Diffstat (limited to 'sys/src/9/port/portfns.h')
-rw-r--r-- | sys/src/9/port/portfns.h | 2 |
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*); |