https://bugs.kde.org/show_bug.cgi?id=487862
--- Comment #1 from Paul Floyd <pjfl...@wanadoo.fr> --- brk() is fairly old, removed from posix accordingly to the Linux manpage. Increasingly I see it getting removed from platforms. Nevertheless, I just downloaded a copy of SUSv1, and indeed it does say The brk( ) and sbrk( ) functions are used to change the amount of space allocated for the calling process. The change is made by resetting the process’ break value and allocating the appropriate amount of space. The amount of allocated space increases as the break value increases. The newly-allocated space is set to 0. However, if the application first decrements and then increments the break value, the contents of the reallocated space are unspecified. -- You are receiving this mail because: You are watching all bug changes.