diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-21 02:39:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-21 02:39:29 +0000 |
commit | 55497563115712ac1ec2c70713357a7489291037 (patch) | |
tree | 725de76ccf89cc82389dae206db3a77f8f86c9cf /libc/sysdeps/linux/common/Makefile | |
parent | 84fd661079f473310ea6f05771d5deea6d3c8e9c (diff) | |
download | uClibc-alpine-55497563115712ac1ec2c70713357a7489291037.tar.bz2 uClibc-alpine-55497563115712ac1ec2c70713357a7489291037.tar.xz |
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/Makefile | 2 |
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 |