Subject: SYS_brk vs SYS_break in sys/sbrk.s
To: None <port-pmax@NetBSD.ORG>
From: Andrew Cagney <cagney@highland.com.au>
List: port-pmax
Date: 02/20/1995 15:38:42
Hello,

Just noticed this in an older snap shot of sys (probably `fixed'):

	lib/libc/arch/mips/sys/sbrk.s

#defines then uses the macro SYS_brk (= 17).  The other ports (well i386
and m68k) use the macro SYS_break (also = 17) from <sys/syscall.h>.

Comments?

	confused,
		Andrew

(PS Ditto for brk.s)