* sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.cvs/libc-951203cvs/libc-951204
commit683158e0c42dc68e3c43a32b6e5d832c5280e94e
authorRoland McGrath <roland@gnu.org>
Sun, 3 Dec 1995 10:00:22 +0000 (3 10:00 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 3 Dec 1995 10:00:22 +0000 (3 10:00 +0000)
treea760f36d0950bcd7be070a6424349341ee179f5a
parent0fe4e552917483253b68ac9800b8bd292bf3a51d
* sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.

(_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.
ChangeLog
sysdeps/generic/sbrk.c
sysdeps/mach/hurd/brk.c
sysdeps/unix/sysv/linux/dl-sysdep.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/brk.c [new file with mode: 0644]