From ea9232d01667c5a943d715ddee61f21beb764e81 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 24 Oct 2014 16:05:59 -0700 Subject: ilibcsupport: Add realpath call. --- cpukit/libcsupport/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index d39f8f9dc0..40e0800c24 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -119,7 +119,7 @@ TERMINAL_IDENTIFICATION_C_FILES += src/ttyname.c LIBC_GLUE_C_FILES = src/__getpid.c src/__gettod.c src/__times.c \ src/truncate.c src/access.c src/stat.c src/lstat.c src/pathconf.c \ src/newlibc_reent.c src/newlibc_init.c src/newlibc_exit.c \ - src/kill_noposix.c src/utsname.c + src/kill_noposix.c src/utsname.c src/realpath.c BSD_LIBC_C_FILES = src/strlcpy.c src/strlcat.c src/issetugid.c -- cgit v1.2.3