dwmalone 33776f88dc 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-12-07 14:58:41 +00:00
2001-12-28 09:26:45 +00:00
2002-01-14 00:38:41 +00:00
2001-11-29 03:21:16 +00:00
2001-10-11 08:15:14 +00:00
2001-11-21 15:41:49 +00:00
2001-11-05 00:44:38 +00:00