From d1bfa784b742aaa4ee110ff47103bb22d4416595 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 1 Jun 2022 10:31:22 +0200 Subject: Use rtems_task_exit() --- dhcpcd/dhcpcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcpcd') diff --git a/dhcpcd/dhcpcd.c b/dhcpcd/dhcpcd.c index b7839d49..93620727 100644 --- a/dhcpcd/dhcpcd.c +++ b/dhcpcd/dhcpcd.c @@ -1155,7 +1155,7 @@ dhcpcd_task(rtems_task_argument arg) (*config->destroy)(config, exit_code); } - rtems_task_delete(RTEMS_SELF); + rtems_task_exit(); } rtems_status_code -- cgit v1.2.3