David Malone 98d1592458 Change brk's prototype from char *brk(const char *) to int brk(const void *)
and sbrk's prototype from char *sbrk(int) to void *sbrk(intptr_t).

This makes us more consistant with NetBSD and standards which include
these functions. Bruce pointed out that ptrdiff_t would probably
have been better than intptr_t, but this doesn't match other
implimentations.

Also remove local declarations of sbrk and unnecessary casting.

PR:		32296
Tested by:	Harti Brandt <brandt@fokus.gmd.de>
MFC after:	1 month
2002-01-24 12:11:31 +00:00
..
2001-07-23 11:00:31 +00:00
2001-07-15 07:53:42 +00:00
2001-08-07 15:48:51 +00:00
2002-01-14 16:59:03 +00:00
2002-01-14 16:59:03 +00:00
2001-08-20 18:13:50 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-04-07 11:21:35 +00:00
2001-12-14 14:46:51 +00:00
2002-01-14 16:59:03 +00:00
2001-10-01 07:53:13 +00:00