summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-06 13:00:11 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-06 13:00:11 +0000
commit12d9322b4f7b32f6b4c56664c96929767652f66c (patch)
tree444cb1a5b45a6f3cdb3d7b4476a6d5f0768735a0 /libc/sysdeps/linux/common/Makefile
parentcc76cf5876b8adb8b82fd2b3e91efa9cabea2efe (diff)
Add an implementation of profil(), based on the version from
glibc, with several changes for use in uClibc.
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 3135172c0..bee640db9 100644
--- a/libc/sysdeps/linux/common/Makefile
+++ b/libc/sysdeps/linux/common/Makefile
@@ -26,7 +26,7 @@ CSRC= waitpid.c getdnnm.c gethstnm.c getcwd.c ptrace.c \
truncate64.c getrlimit64.c setrlimit64.c creat64.c \
llseek.c pread_write.c _exit.c sync.c getdirname.c \
sendfile64.c xstatconv.c getdents.c getdents64.c vfork.c \
- ulimit.c
+ ulimit.c profil.c
ifneq ($(strip $(EXCLUDE_BRK)),y)
CSRC+=sbrk.c
endif