ltp
ltp copied to clipboard
sbrk01 fails on musl because it is not implemented
musl always returns ENOMEM for any call to sbrk other than 0.
The test could call the syscall directly, but libc calls should probably be avoided before returning the segment size to its original value.