]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/uclibc/contrib_files.mk
update
[l4.git] / l4 / pkg / uclibc / lib / uclibc / contrib_files.mk
index bc18f1d01e8428dd41df80d1ed3b9d675040f979..9dd707da6324c9b2c170442d310e3fbc52ca1793 100644 (file)
@@ -77,7 +77,6 @@ define SRC_libc/stdlib
   __fp_range_check
   __strtofpmax
   __uc_malloc
-  _stdlib_mb_cur_max
   _stdlib_strto_l
   _stdlib_strto_ll
   _strtod
@@ -112,6 +111,7 @@ define SRC_libc/stdlib
   on_exit
   posix_memalign
   qsort
+  qsort_r
   rand
   rand_r
   random
@@ -148,6 +148,7 @@ define SRC_libc/stdlib/malloc-simple
 endef
 
 define SRC_libc/stdlib_wchar
+  _stdlib_mb_cur_max
   wcstombs
   mblen
   mbstowcs
@@ -231,6 +232,10 @@ define SRC_libc/string_wchar
   wcslcpy
   wcsncmp
   wcsspn
+  wmemchr
+  wmemcmp
+  wmemmove
+  wmemset
 endef
 
 SRC_libc/string_arm := _memcpy
@@ -240,6 +245,7 @@ define SRC_libc/misc
   ctype/ctype
   ctype/isalnum
   ctype/isalpha
+  ctype/isascii
   ctype/isblank
   ctype/iscntrl
   ctype/isdigit
@@ -274,6 +280,7 @@ define SRC_libc/misc
   fnmatch/fnmatch
   glob/glob
   internals/errno
+  internals/h_errno
   internals/__errno_location
   internals/__h_errno_location
   internals/__uClibc_main
@@ -340,12 +347,14 @@ endef
 SRC_libc/misc_libuc_c_minimal.a = $(SRC_libc/misc_libuc_c.a)
 
 define SRC_libc/misc_wchar
+  time/wcsftime
   wchar/btowc
   wchar/mbrlen
   wchar/mbrtowc
   wchar/mbsnrtowcs
   wchar/mbsrtowcs
   wchar/wchar
+  wchar/wctob
   wchar/wcrtomb
   wchar/wcsnrtombs
   wchar/wcsrtombs
@@ -423,6 +432,7 @@ define SRC_libc/stdio
   funlockfile
   fwrite
   fwrite.__DO_UNLOCKED
+  getchar
   getdelim
   getline
   perror
@@ -448,6 +458,7 @@ define SRC_libc/stdio
   setlinebuf
   snprintf
   sprintf
+  tmpfile
   ungetc
   vasprintf
   vdprintf
@@ -474,9 +485,14 @@ endef
 
 define SRC_libc/stdio_wchar
   _wfwrite
+  fputwc
+  fputwc.__DO_UNLOCKED
+  fgetwc
+  fgetwc.__DO_UNLOCKED
   fputws
   fputws.__DO_UNLOCKED
   fwprintf
+  ungetwc
   swprintf
   _vfwprintf_internal
   vfwprintf
@@ -585,6 +601,7 @@ endef
 
 define SRC_libm
   carg
+  cexp
   e_acos
   e_acosh
   e_asin