nuttx-mirror/libs
chenrun1 0a4770b44a lib_remove:Repair the logical judgment
Summary:
  When the deleted path is a file, the return value of get_errno is -EISDIR, so in Condition Two
(get_errno() ! = EPERM && /* .... . try to remove it. */
       rmdir(path) ! = 0)
The judgment holds directly, so it can't actually execute to rmdir

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2024-08-20 13:50:15 +08:00
..
libc lib_remove:Repair the logical judgment 2024-08-20 13:50:15 +08:00
libdsp libdsp: fix gcc14 error and clean up includes 2024-06-02 09:27:36 -03:00
libm libm/copysign: respect signed zero/NaN in copysign 2024-08-01 01:08:19 +08:00
libnx nxtk: Remove sapce between oprand and operator in nxtk_drawframe.c 2024-07-27 03:11:39 +08:00
libxx fix nxstyle 2024-05-13 22:24:36 +02:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00