From 8151c7061420d60e7a0e0badad78d0b07149d69c Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Mon, 15 Jun 2015 22:47:45 +0200 Subject: [PATCH] Build: Add missing library files Signed-off-by: Tormod Volden --- Library/build.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Library/build.mk b/Library/build.mk index fc421ec2..14a1e1bf 100644 --- a/Library/build.mk +++ b/Library/build.mk @@ -5,10 +5,13 @@ libc-functions.localsrcs += \ __getgrent.c \ __getpwent.c \ abort.c \ + abs.c \ asctime.c \ assert.c \ atexit.c \ atoi.c \ + atof.c \ + atol.c \ bcmp.c \ bcopy.c \ bsearch.c \ @@ -56,6 +59,7 @@ libc-functions.localsrcs += \ getgrgid.c \ getgrnam.c \ gethostname.c \ + getloadavg.c \ getopt.c \ getpass.c \ getpw.c \ @@ -82,6 +86,7 @@ libc-functions.localsrcs += \ isupper.c \ isxdigit.c \ killpg.c \ + labs.c \ libintl.c \ localtim.c \ localtim_r.c \ @@ -93,6 +98,7 @@ libc-functions.localsrcs += \ malloc.c \ memmove.c \ mkfifo.c \ + mkstemps.c \ nanosleep.c \ opendir.c \ pathconf.c \ @@ -144,6 +150,7 @@ libc-functions.localsrcs += \ tcgetattr.c \ tcsetattr.c \ time.c \ + tmpfile.c \ tmpnam.c \ toascii.c \ tolower.c \ -- 2.34.1