emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c,v
Date: Wed, 23 Jul 2008 06:34:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/23 06:34:41

Index: emacs.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/emacs.c,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -b -r1.434 -r1.435
--- emacs.c     16 Jul 2008 07:53:39 -0000      1.434
+++ emacs.c     23 Jul 2008 06:34:40 -0000      1.435
@@ -827,7 +827,7 @@
       heap_bss_diff = (char *)my_heap_start - max (my_endbss, 
my_endbss_static);
     }
 
-#ifdef LINUX_SBRK_BUG
+#if (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
   __sbrk (1);
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]