diff src/gmalloc.c @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents ed6535aefb7e
children 2aa9cd456ae7
line wrap: on
line diff
--- a/src/gmalloc.c	Wed Nov 18 22:44:28 2009 +0900
+++ b/src/gmalloc.c	Wed Nov 18 08:49:14 2009 -0700
@@ -1219,10 +1219,6 @@
 #define	__sbrk	sbrk
 /* #endif */
 
-#ifdef GMALLOC_NEEDS_SBRK_DECL
-/* some versions of OSF1 need this */
-extern __ptr_t __sbrk __P ((ssize_t increment));
-#else
 #ifdef __GNU_LIBRARY__
 /* It is best not to declare this and cast its result on foreign operating
    systems with potentially hostile include files.  */
@@ -1230,7 +1226,6 @@
 extern __ptr_t __sbrk __P ((int increment));
 #endif
 #endif
-#endif
 
 #ifndef NULL
 #define NULL 0