]> sourceware.org Git - glibc.git/commitdiff
Formerly unix/bsd/hp/m68k/__brk.S.~6~
authorRoland McGrath <roland@gnu.org>
Tue, 9 Nov 1993 12:19:26 +0000 (12:19 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 9 Nov 1993 12:19:26 +0000 (12:19 +0000)
sysdeps/unix/bsd/hp/m68k/brk.S

index fed4f8032dad73ab97ab8fa2721f37e949097981..12db4d3742f15bd1f5791cf6c72db3164fd2e45a 100644 (file)
@@ -37,7 +37,7 @@ ENTRY (__brk)
        cmpl sp@(4), d0
        ble 0f
        movel d0, sp@(4)
-0:     DO_CALL (brk, 1)
+0:     DO_CALL (#SYS_brk, 1)
        movel sp@(4), ___curbrk
        clrl d0
        rts
This page took 0.042399 seconds and 5 git commands to generate.