]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/morecore.c
Mon Aug 14 16:51:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
[thirdparty/glibc.git] / sysdeps / generic / morecore.c
index 7c83e4aae56856da5c95763cd6ea190d74bdd0bc..a712eb310f0948ba4c785c4ed2aaec181c27f4e2 100644 (file)
@@ -27,7 +27,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef __GNU_LIBRARY__
 /* It is best not to declare this and cast its result on foreign operating
    systems with potentially hostile include files.  */
-extern __ptr_t __sbrk __P ((int increment));
+
+#include <stddef.h>
+extern __ptr_t __sbrk __P ((ptrdiff_t increment));
 #endif
 
 #ifndef NULL