DescriptionLinux brk() syscall returns the new program break
The behavior of the Linux brk() system call is different from the
behavior provided by the glibc wrapper. The actual system call
returns the new program break on success. On failure, the system
call returns the current break.
This change fixes the LSS brk() declaration to match the Linux system
call rather than that of the glibc wrapper.
BUG= none
TEST= none
R=mseaborn@chromium.org
Committed: https://code.google.com/p/linux-syscall-support/source/detail?r=22
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 6 (0 generated)
|