summaryrefslogtreecommitdiff
path: root/libc/malloc2/stack.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2001-03-20 18:55:18 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:47:06 +0200
commit6d269edda0f49741484c1da6c71d24c031abc9ce (patch)
tree9ab1d8a21978e97ba9325f393c945cf9522b2987 /libc/malloc2/stack.c
parent4b55feb026b1f64555d7c11c2840fddd8fd029fe (diff)
downloaddev86-6d269edda0f49741484c1da6c71d24c031abc9ce.tar.gz
Import Dev86src-0.15.5.tar.gzv0.15.5
Diffstat (limited to 'libc/malloc2/stack.c')
-rw-r--r--libc/malloc2/stack.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/libc/malloc2/stack.c b/libc/malloc2/stack.c
deleted file mode 100644
index 5f33e21..0000000
--- a/libc/malloc2/stack.c
+++ /dev/null
@@ -1,10 +0,0 @@
-
-/*
- * Under Linux 8086 the stack and heap areas are at the top and bottom
- * of the same area of memory, this version of malloc requires that the
- * malloc area is of a fixed size this means that there must also be a
- * specific amount of stack space reserved outside of this. The number
- * of bytes to be reserved is specified below.
- */
-
-int __STACKSIZE = 2048;