nuttx/libs/libc/stdlib
Shanmin Zhang 7bfd3abc65 Revert "libs/libc/stdlib/lib_exit.c: fix multiple definition of __dso_handle in msys2"
This reverts commit 8f96e59aee9cd0c5bbb82e01044d109f8588fec2.

The implementation of __dso_handle is independent of the HOST OS but dependent on the specific compiler.
Therefore, this patch will cause compilation failures for other cross-compilers on the Windows platform, such as arm-none-eabi-gcc and aarch64-none-elf-gcc.
Constraints should be applied to compiler target rather than compiler host.

Signed-off-by: Shanmin Zhang <zhangshanmin@xiaomi.com>
2026-04-27 10:04:05 +08:00
..
CMakeLists.txt libc: Refine the arc4random_buf implementation 2026-04-21 01:12:48 +08:00
Kconfig libc: Make getcwd() work even CONFIG_DISABLE_ENVIRON is enabled 2026-04-21 01:12:28 +08:00
Make.defs libc: Refine the arc4random_buf implementation 2026-04-21 01:12:48 +08:00
lib_abort.c Implement POSIX-compliant abort() 2026-04-21 01:32:22 +08:00
lib_abs.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_aligned_alloc.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_arc4random.c libc: Fix lib_arc4random.c:111:(.text.arc4random_buf+0x26): undefined reference to `clock_systime_ticks' 2026-04-21 01:12:49 +08:00
lib_atexit.c fix compile error 2026-04-21 01:35:03 +08:00
lib_atof.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_atoi.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_atol.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_atoll.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_bsearch.c
lib_checkbase.c Fix PSE52 strtoul error. Base should be 2~36, not 2~26. 2026-04-21 01:29:27 +08:00
lib_div.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_exit.c Revert "libs/libc/stdlib/lib_exit.c: fix multiple definition of __dso_handle in msys2" 2026-04-27 10:04:05 +08:00
lib_getprogname.c Avoid nuttx/sched.h include tls.h and mm.h 2026-04-21 01:28:45 +08:00
lib_itoa.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_labs.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_ldiv.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_llabs.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_lldiv.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_mblen.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_mbstowcs.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_mbtowc.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_mkdtemp.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_mkstemp.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_mktemp.c bugfix:When the stat() returns ret < 0 and the error is not ENOENT, mkstemp will hang here and keep retrying. 2026-04-21 01:17:41 +08:00
lib_openpty.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_posix_memalign.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_ptsname.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_ptsnamer.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_qsort.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_rand.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_rand48.c tls: split tls.h to tls.h and tls_task.h 2026-04-21 01:35:03 +08:00
lib_reallocarray.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_realpath.c fs: rename PSEUDOFS_SOFTLINKS to FS_LINKS 2026-04-21 01:33:21 +08:00
lib_srand.c tls: split tls.h to tls.h and tls_task.h 2026-04-21 01:35:03 +08:00
lib_strtol.c strtol: fix endptr handle issue. 2026-04-21 01:32:21 +08:00
lib_strtold.c libc/strtold: fix ERANGE false positive for negative floats in decfloat() 2026-04-21 01:36:01 +08:00
lib_strtoll.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_strtoul.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_strtoull.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_unlockpt.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_valloc.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_wcstombs.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
lib_wctomb.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00