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
..
2000-10-09 12:34:51 +00:00
2001-09-05 01:36:46 +00:00
2000-09-19 04:24:50 +00:00
2001-06-09 05:22:31 +00:00
1999-08-27 23:45:13 +00:00
2001-06-13 14:59:57 +00:00
2002-01-06 19:04:12 +00:00
1999-08-27 23:45:13 +00:00
2001-12-12 15:41:08 +00:00
2001-09-05 01:36:46 +00:00
2001-12-12 15:41:08 +00:00
2000-12-29 20:25:01 +00:00
1999-06-21 17:07:20 +00:00
2001-03-27 09:43:09 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
1999-08-27 23:45:13 +00:00
2000-07-07 16:52:24 +00:00
2001-12-22 05:18:37 +00:00
1999-08-28 05:11:36 +00:00
1999-08-27 23:45:13 +00:00
2001-02-06 01:15:32 +00:00
2001-07-10 17:50:46 +00:00
2001-07-10 17:50:46 +00:00