nuttx/libs/libc/misc
Xiang Xiao 4e92e32d7b libc/impure: Fix the inconsistence from the different toolchain
some toolchain provider remove const qualifier from global_impure_ptr
(e.g. Espressif) but other provider keep it(e.g. ARM or Cadence), so
let's define const to empty macro to pass the compile and more safety.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-22 11:02:48 +03:00
..
Kconfig
lib_crc8.c
lib_crc8ccitt.c
lib_crc8table.c
lib_crc16.c
lib_crc32.c
lib_crc64.c
lib_cxx_initialize.c libc: Move cxx_initialize.c from libc/sched/ to libc/misc 2022-05-04 08:58:43 +02:00
lib_debug.c
lib_dumpbuffer.c
lib_dumpvbuffer.c
lib_envpath.c
lib_err.c
lib_execinfo.c
lib_fnmatch.c
lib_ftok.c libc/ipc: add ftok(3) support 2022-06-09 18:19:48 +03:00
lib_getrandom.c libc: Fix getrandom() bug: Didn't propagate read error 2022-07-01 11:51:53 +08:00
lib_glob.c Fix compiler warnings (-Wunused-parameter) in various functions 2022-07-12 11:42:34 +08:00
lib_impure.c libc/impure: Fix the inconsistence from the different toolchain 2022-07-22 11:02:48 +03:00
lib_kbddecode.c
lib_kbdencode.c
lib_mkfifo.c
lib_mknod.c Fix compiler warnings (-Wunused-parameter) in various functions 2022-07-12 11:42:34 +08:00
lib_ncompress.c fs: Make the binary(no process) mode as the default 2022-06-07 20:22:26 +03:00
lib_slcddecode.c Fix various typos 2022-07-08 02:15:54 +08:00
lib_slcdencode.c
lib_tea_decrypt.c
lib_tea_encrypt.c
lib_uadd32x64.c
lib_uadd64.c
lib_umask.c
lib_umul32.c
lib_umul32x64.c
lib_umul64.c
lib_usub64.c
lib_usub64x32.c
lib_utsname.c
lib_xorshift128.c
Make.defs libc/ipc: add ftok(3) support 2022-06-09 18:19:48 +03:00