|
|
BSD 4.2
/* brk.c 4.2 83/07/26 */ #include "SYS.h" #define SYS_brk 17 .globl curbrk .globl minbrk ENTRY(brk) cmpl 4(ap),minbrk bgeq ok movl minbrk,4(ap) ok: chmk $SYS_brk jcs err movl 4(ap),curbrk clrl r0 ret err: jmp cerror
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.