mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 22:45:23 +08:00
Use rtems_task_exit()
This commit is contained in:
@@ -3114,7 +3114,7 @@ rtems_filesystem_location_info_t old;
|
||||
rtems_filesystem_current->location = old;
|
||||
}
|
||||
rtems_semaphore_release(rpa->sync);
|
||||
rtems_task_delete(RTEMS_SELF);
|
||||
rtems_task_exit();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user