Makefile: build the new APIs
authorAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 18:06:41 +0000 (18:06 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 18:06:41 +0000 (18:06 +0000)
Library/libs/Makefile

index fb6e81e..28acf62 100644 (file)
@@ -14,20 +14,21 @@ SRC_ASM =
 OBJ_ASM = $(SRC_ASM:.s=.rel)
 SRC_C =  abort.c asctime.c assert.c atexit.c
 SRC_C += bcmp.c bcopy.c bsearch.c bzero.c calloc.c cfree.c clock.c closedir.c
+SRC_C += clock_gettime.c clock_getres.c clock_settime.c
 SRC_C += creat.c crypt.c ctime.c ctype.c difftime.c errno.c error.c execl.c execv.c
 SRC_C += execvp.c exit.c fclose.c fflush.c fgetc.c fgetgrent.c fgetpwent.c
 SRC_C += fgetpos.c fgets.c fopen.c fprintf.c fputc.c fputs.c fread.c free.c
 SRC_C += fsetpos.c ftell.c fwrite.c getcwd.c
 SRC_C += getenv.c __getgrent.c getgrgid.c getgrnam.c getopt.c
-SRC_C += getpw.c __getpwent.c getpwnam.c getpwuid.c gets.c
+SRC_C += getpw.c __getpwent.c getpwnam.c getpwuid.c gets.c gettimeofday.c
 SRC_C += gmtime.c grent.c index.c isatty.c itoa.c killpg.c
 SRC_C += localtim.c lseek.c lsearch.c lstat.c ltoa.c ltostr.c malloc.c
-SRC_C += mkfifo.c opendir.c pause.c perror.c
+SRC_C += mkfifo.c nanosleep.c opendir.c pause.c perror.c
 SRC_C += popen.c printf.c putenv.c putgetch.c putpwent.c pwent.c qsort.c
 SRC_C += raise.c rand.c readdir.c readlink.c realloc.c regerror.c
 SRC_C += regsub.c remove.c rewind.c rindex.c setbuffer.c setenv.c setjmp.c
-SRC_C += setvbuf.c sleep.c sprintf.c stat.c stdio0.c strcasecmp.c
-SRC_C += strdup.c stricmp.c strncasecmp.c
+SRC_C += setvbuf.c settimeofday.c sleep.c sprintf.c stat.c stdio0.c
+SRC_C += strcasecmp.c strdup.c stricmp.c strncasecmp.c
 SRC_C += strnicmp.c strsep.c
 SRC_C += strtod.c strtol.c system.c time.c tmpnam.c ttyname.c
 SRC_C += tzset.c ungetc.c utent.c utsname.c