mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-09 10:01:22 +03:00
Fix last commit.
This commit is contained in:
parent
db59b28bdd
commit
8632c0cf9f
@ -41,7 +41,7 @@ __brk (void *addr)
|
|||||||
"syscall" /* Perform the system call. */
|
"syscall" /* Perform the system call. */
|
||||||
: "=r" (res)
|
: "=r" (res)
|
||||||
: "I" (SYS_ify (brk)), "r" (addr)
|
: "I" (SYS_ify (brk)), "r" (addr)
|
||||||
+ : "$4", "$7", __SYSCALL_CLOBBERS);
|
: "$4", "$7", __SYSCALL_CLOBBERS);
|
||||||
newbrk = (void *) res;
|
newbrk = (void *) res;
|
||||||
}
|
}
|
||||||
__curbrk = newbrk;
|
__curbrk = newbrk;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user