diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/brk.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/brk.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/brk.S b/sysdeps/unix/sysv/linux/i386/brk.S index ef2f55db97..2a9a2bcd24 100644 --- a/sysdeps/unix/sysv/linux/i386/brk.S +++ b/sysdeps/unix/sysv/linux/i386/brk.S @@ -32,8 +32,8 @@ C_LABEL(__curbrk) #endif .text -.globl C_SYMBOL_NAME(syscall_error) + SYSCALL_ERROR_HANDLER ENTRY (__brk) movl %ebx, %edx movl $SYS_ify(brk), %eax |