about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/brk.c
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/i386/brk.c (__curbrk): Initialize it so itRoland McGrath1996-05-271-1/+2
| | | | can be aliased.
* Wed May 22 21:21:15 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-231-1/+6
| | | | | * sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak alias for __curbrk.
* * sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB. cvs/libc-951204 cvs/libc-951203Roland McGrath1995-12-031-0/+49
(_hurd_set_brk): Try to allocate more space when we run out. * sysdeps/generic/sbrk.c: If __curbrk is zero, call __brk with zero and examine it again. * sysdeps/unix/sysv/linux/i386/brk.c: New file. * sysdeps/unix/sysv/linux/i386/brk.S: File removed. * sysdeps/unix/sysv/linux/i386/sbrk.S: File removed. * sysdeps/unix/sysv/linux/dl-sysdep.c: New file.