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/i386/Makefile | |
parent | 84fd661079f473310ea6f05771d5deea6d3c8e9c (diff) |
Make sbrk common, add arm/brk.c, cleanup leftover damage
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 6178c662c..a54685726 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -42,7 +42,7 @@ ifeq ($(UNIFIED_SYSCALL),true) endif SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=brk.c sbrk.c longjmp.c #jmp-unwind.c +CSRC=brk.c longjmp.c #jmp-unwind.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) |