98d1592458
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 |
||
---|---|---|
.. | ||
i386 | ||
dynamic.h | ||
Makefile | ||
md-prologue.c | ||
rtld.1aout | ||
rtld.c | ||
shlib.c | ||
shlib.h | ||
support.c | ||
support.h |