* sysdeps/unix/sysv/linux/i386/brk.c (__curbrk): Initialize it so it

can be aliased.
This commit is contained in:
Roland McGrath 1996-05-27 20:43:56 +00:00
parent 807912915b
commit 2a4dcf76ca
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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.

View File

@ -21,7 +21,8 @@ Cambridge, MA 02139, USA. */
#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