Mon May 27 10:10:00 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * sysdeps/unix/sysv/linux/i386/brk.c (__curbrk): Initialize it so it
+ can be aliased.
+
* sysdeps/unix/sysv/linux/Makefile [$(subdir)=termios] (headers):
Append termio.h.
#include <unistd.h>
#include <sysdep.h>
-void *__curbrk;
+/* This must be initialized data because commons can't have aliases. */
+void *__curbrk = 0;
/* Old braindamage in GCC's crtstuff.c requires this symbol in an attempt
to work around different old braindamage in the old Linux ELF dynamic