HomeFreeBSD

Stop using sbrk in csh. This is a legacy interface and its use within csh

Description

Stop using sbrk in csh. This is a legacy interface and its use within csh
is invalid. It is used to find the size of allocated memory. As malloc may
allocate memory with mmap it will fail to take this memory into account.

Obtained from: brooks

Details

Provenance
andrewAuthored on
Parents
rS298625: Convert A10 interrupt controller to INTRNG
Branches
Unknown
Tags
Unknown