diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-10-07 04:16:35 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-10-07 04:16:35 +0000 |
commit | 4109ecbfb3e518af50e02466c7938340cab62ba9 (patch) | |
tree | 103f1800efb67e6a62af72b21a62b3a15b5acab3 /lib/libc/arch/powerpc/sys/sbrk.S | |
parent | ab554a22a337f83c5c234b548222c895c1f56494 (diff) |
cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()
added as appropriate.
Diffstat (limited to 'lib/libc/arch/powerpc/sys/sbrk.S')
-rw-r--r-- | lib/libc/arch/powerpc/sys/sbrk.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arch/powerpc/sys/sbrk.S b/lib/libc/arch/powerpc/sys/sbrk.S index 9a990d8fc8b..1c51482fe2e 100644 --- a/lib/libc/arch/powerpc/sys/sbrk.S +++ b/lib/libc/arch/powerpc/sys/sbrk.S @@ -33,7 +33,7 @@ PREFIX2(sbrk,break) /* check for error */ cmpwi 0, 0 beq+ .L_sbrk_ok - b PIC_PLT(_ASM_LABEL(cerror)) + b PIC_PLT(_ASM_LABEL(__cerror)) /* update, curbrk and return */ .L_sbrk_ok: |