summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-21 02:39:29 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-21 02:39:29 +0000
commit55497563115712ac1ec2c70713357a7489291037 (patch)
tree725de76ccf89cc82389dae206db3a77f8f86c9cf /libc/sysdeps/linux/common/Makefile
parent84fd661079f473310ea6f05771d5deea6d3c8e9c (diff)
Make sbrk common, add arm/brk.c, cleanup leftover damage
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r--libc/sysdeps/linux/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile
index e7d92573b..bd097452a 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)Rules.mak
CSRC= waitpid.c kernel_version.c statfix.c getdnnm.c gethstnm.c \
mkfifo.c setegid.c wait.c errno.c getpagesize.c seteuid.c \
wait3.c setpgrp.c getdtablesize.c create_module.c ptrace.c \
- cmsg_nxthdr.c open64.c statfix64.c statfs64.c
+ cmsg_nxthdr.c open64.c statfix64.c statfs64.c sbrk.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
MSRC=syscalls.c