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